Skip to content

Commit

Permalink
Line 57
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly1337 committed Sep 21, 2024
1 parent a1863fe commit baa87ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void loadConfiguration() {
}

if (scale.contains("-")) {
if(scale.split("-").length != 2) {
if (scale.split("-").length != 2) {
plugin.getLogger().warning("Scale entry " + entry + " has an invalid scale value!");
continue;
}
Expand Down

0 comments on commit baa87ed

Please sign in to comment.