mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 14:10:40 +08:00
Format code [skip actions]
This commit is contained in:
@@ -510,8 +510,7 @@ public final class Scene {
|
||||
|
||||
this.finishLoading();
|
||||
this.checkPlayerRespawn();
|
||||
if (this.tickCount++ % 10 == 0)
|
||||
this.broadcastPacket(new PacketSceneTimeNotify(this));
|
||||
if (this.tickCount++ % 10 == 0) this.broadcastPacket(new PacketSceneTimeNotify(this));
|
||||
}
|
||||
|
||||
/** Validates a player's current position. Teleports the player if the player is out of bounds. */
|
||||
|
||||
Reference in New Issue
Block a user