Update WorldSystem.java

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-07-14 17:42:34 +02:00 committed by GitHub
parent b2e1e2ff0a
commit e2a3095a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ public class WorldSystem extends JavaPlugin {
getCommand("ws").setExecutor(new CommandRegistry());
// Set right version
if (VersionUtil.getVersion() >= 13)
if (VersionUtil.getVersion() >= 19)
is1_13Plus = true;
createConfigs();