[BUGFIX] Solve issue #31

This commit is contained in:
JKetelaar
2016-01-09 21:48:33 +01:00
parent 609fbd8170
commit d475ac9e45
@@ -43,7 +43,7 @@ public class Environment {
lib.init();
}
Core.verbose("Loading server: " + desc.toString());
Core.verbose("Loading server: " + desc.toString() + "...");
ServerParser.SERVER_CACHE.get(desc).run();