1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 03:09:08 +00:00

Indicate 1.21.71 support in readme

This commit is contained in:
onebeastchris
2025-04-01 18:56:48 +02:00
58 changed files with 712 additions and 296 deletions

View File

@@ -87,7 +87,7 @@ public class GeyserModLogger implements GeyserLogger {
@Override
public void debug(String message, Object... arguments) {
if (debug) {
logger.info(message, arguments);
logger.info(String.format(message, arguments));
}
}