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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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("******************************************");