Final fixes

This commit is contained in:
2025-04-16 19:03:01 +02:00
parent f6852a5523
commit d975110470
2 changed files with 3 additions and 2 deletions
@@ -89,7 +89,7 @@ public class WorldEditRendererCUIEditor {
}
public WorldEditRendererCUIEditor() {
if (Core.getVersion() >= 21) {
if (Core.getVersion() >= 20) {
new Command();
}
}