3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-11 07:48:05 +02:00

Update Geyser help command message on startup

Dieser Commit ist enthalten in:
RednedEpic 2019-12-21 16:19:32 -06:00
Ursprung 7354819451
Commit b70edac3cc

Datei anzeigen

@ -131,7 +131,7 @@ public class GeyserConnector {
}
double completeTime = (System.currentTimeMillis() - startupTime) / 1000D;
logger.info(String.format("Done (%ss)! Run /help for help!", new DecimalFormat("#.###").format(completeTime)));
logger.info(String.format("Done (%ss)! Run /geyser help for help!", new DecimalFormat("#.###").format(completeTime)));
}
public void shutdown() {