auto commit
This commit is contained in:
@@ -214,7 +214,11 @@ public class SnowWorkerM1 implements ISnowWorker {
|
|||||||
long tempTimeTicker = GetCurrentTimeTick();
|
long tempTimeTicker = GetCurrentTimeTick();
|
||||||
|
|
||||||
while (tempTimeTicker <= _LastTimeTick) {
|
while (tempTimeTicker <= _LastTimeTick) {
|
||||||
Thread.sleep(1);
|
try {
|
||||||
|
Thread.sleep(1);
|
||||||
|
} catch (InterruptedException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
tempTimeTicker = GetCurrentTimeTick();
|
tempTimeTicker = GetCurrentTimeTick();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user