mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-02-09 00:02:59 +01:00
Fixed print aesthetics bug
This commit is contained in:
parent
9dd351e102
commit
41b5ed6bc2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user