Fix some more issues

This commit is contained in:
2025-08-02 13:25:22 +02:00
parent 43cca3376e
commit a6b703b821
8 changed files with 122 additions and 28 deletions
@@ -70,7 +70,7 @@ public class XrayCommand extends SWCommand implements Listener, ScoreboardElemen
}
Optional<TechHider> techHider = techHiders.computeIfAbsent(region, rg -> {
File file = rg.gameModeConfig();
File file = rg.getGameModeConfig().orElse(null);
if (file == null) {
return Optional.empty();
}