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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user