Skip to content

Commit

Permalink
Fixed doors can't be 0 to set arena done on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Jun 5, 2023
1 parent 62e9c9e commit 24d67b8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ public boolean additionalValidatorChecks(ConfigurationSection section, PluginAre
((Arena) arena).getMapRestorerManager().addDoor(LocationSerializer.getLocation(doorSection.getString(string + ".location")),
(byte) doorSection.getInt(string + ".byte"));
}
} else {
plugin.getDebugger().sendConsoleMsg(new MessageBuilder("VALIDATOR_INVALID_ARENA_CONFIGURATION").asKey().value("DOORS").arena(arena).build());
return false;
}


Expand Down

0 comments on commit 24d67b8

Please sign in to comment.