Skip to content

Commit

Permalink
reobfuscate
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsojon committed Nov 21, 2024
1 parent e59322a commit 3c06d3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public ServerConfigurationManager(MinecraftServer minecraftserver) {
this.k = minecraftserver.a("banned-ips.txt");
this.l = minecraftserver.a("ops.txt");
this.m = minecraftserver.a("white-list.txt");
int viewDistanceInt = minecraftserver.propertyManager.getInt("view-distance", 10);
int i = minecraftserver.propertyManager.getInt("view-distance", 10);

// CraftBukkit - removed playermanagers
this.maxPlayers = minecraftserver.propertyManager.getInt("max-players", 20);
Expand Down

0 comments on commit 3c06d3e

Please sign in to comment.