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