Update Geyser help command message on startup

This commit is contained in:
RednedEpic 2019-12-21 16:19:32 -06:00
parent 7354819451
commit b70edac3cc

View file

@ -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() {