Fixed print aesthetics bug

This commit is contained in:
Butzlabben 2019-05-23 21:52:19 +02:00
parent 9dd351e102
commit 41b5ed6bc2

View File

@ -41,7 +41,7 @@ public class VersionUtil {
}
if (version == 0) {
System.err.println("[WorldSystem] Unknown version: " + Bukkit.getVersion());
System.err.println("WorldSystem] Choosing version 1.12.2");
System.err.println("[WorldSystem] Choosing version 1.12.2");
version = 12;
}
return version;