Skip to content

Commit

Permalink
1.19.4 recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad2305m committed May 13, 2023
1 parent 38a15ab commit a48e6bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private void setupSpawning(CallbackInfo ci, long l, long m, WorldProperties worl
mobCountNearPlayerM = mobCountNearPlayerN;
}
}
player.sendMessage(Text.literal(playerDistanceMap.posMapSize() + "Chunks stored. Caps: You: " + mobCountNearPlayer + "; Highest here - " + playerM.getName().getString() + ": " + mobCountNearPlayerM), true);
player.sendMessage(Text.literal(playerDistanceMap.posMapSize() + " Chunks stored. Caps: You: " + mobCountNearPlayer + "; Highest here - " + playerM.getName().getString() + ": " + mobCountNearPlayerM), true);
}
else if(player.isSpectator()) {
StringBuilder str = new StringBuilder();
Expand Down

0 comments on commit a48e6bc

Please sign in to comment.