mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Time reference
This commit is contained in:
@@ -151,11 +151,7 @@ public class Script implements Runnable {
|
||||
* @param ms
|
||||
*/
|
||||
public final void sleep(int ms) {
|
||||
try {
|
||||
Thread.sleep(ms);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
Time.sleep(ms);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user