Fix some more issues

This commit is contained in:
2025-07-11 21:54:27 +02:00
parent 43cca3376e
commit a6b703b821
8 changed files with 122 additions and 28 deletions
@@ -69,7 +69,7 @@ public class TechHiderCommand extends SWCommand implements Listener, ScoreboardE
}
Optional<TechHider> techHider = techHiders.computeIfAbsent(region, rg -> {
File file = rg.gameModeConfig();
File file = rg.getGameModeConfig().orElse(null);
if (file == null) {
return Optional.empty();
}