Skip to content

Commit

Permalink
Update loadConfig.java
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jan 20, 2024
1 parent 2228b3a commit aac6e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/zoeyvid/stacker/loadConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static boolean throwfalldamage() {
if (cfg.isBoolean("throwfalldamage")) {
return cfg.getBoolean("throwfalldamage");
} else {
cfg.set("throwfalldamage", false);
cfg.set("throwfalldamage", true);
saveConfig();
return cfg.getBoolean("throwfalldamage");
}
Expand Down

0 comments on commit aac6e13

Please sign in to comment.