forked from GeyserMC/Geyser
Update Geyser help command message on startup
This commit is contained in:
parent
7354819451
commit
b70edac3cc
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue