mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-29 20:12:27 +02:00
Handle ClientLockGameTimeNotify over sending it
This commit is contained in:
@@ -532,9 +532,6 @@ public final class World implements Iterable<Player> {
|
||||
*/
|
||||
public void lockTime(boolean locked) {
|
||||
this.timeLocked = locked;
|
||||
|
||||
// Broadcast the state change.
|
||||
this.broadcastPacket(new PacketClientLockGameTimeNotify(this));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user