1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 19:29:14 +00:00

Fix 'version' typo in startup message

This commit is contained in:
Redned
2019-11-27 22:33:45 -06:00
committed by GitHub
parent e6cd58c867
commit 7a4621cf51

View File

@@ -110,7 +110,7 @@ public class GeyserConnector implements Connector {
logger.info("******************************************");
logger.info("");
logger.info("Loading " + NAME + " vesion " + VERSION);
logger.info("Loading " + NAME + " version " + VERSION);
logger.info("");
logger.info("******************************************");