Large-scale bugfix: fixed #76, as well as many other timer bugs
This commit is contained in:
@@ -227,6 +227,7 @@ public class NetworkIO {
|
||||
float timerTime = stream.readFloat();
|
||||
long timestamp = stream.readLong();
|
||||
|
||||
Timers.clear();
|
||||
Timers.resetTime(timerTime + (TimeUtils.timeSinceMillis(timestamp) / 1000f) * 60f);
|
||||
|
||||
//general state
|
||||
|
||||
Reference in New Issue
Block a user