Skip to content

Commit

Permalink
chores: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Oct 16, 2024
1 parent a22c8fa commit 3344e44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public ChunksResult<AllayChunkInfo> pollChunks() {
}

@Override
public GameRulesResult pollGameRules() {GameRulesResult data = new GameRulesResult();
public GameRulesResult pollGameRules() {
GameRulesResult data = new GameRulesResult();
for (World world : Server.getInstance().getWorldPool().getWorlds().values()) {
for (var gameRuleEntry : world.getWorldData().getGameRules().getGameRules().entrySet()) {
Object value = gameRuleEntry.getValue();
Expand Down

0 comments on commit 3344e44

Please sign in to comment.