From 5bc2daf37ae730ba4b907812f1f491b2bdfd1809 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Thu, 16 Jul 2026 16:39:56 +0200 Subject: [PATCH] Add GameModeConfig.KitsConfig.MaxBlastResistance for disabling all Blocks with more than 9.0 blast resistance --- CommonCore/SQL/src/de/steamwar/sql/GameModeConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonCore/SQL/src/de/steamwar/sql/GameModeConfig.java b/CommonCore/SQL/src/de/steamwar/sql/GameModeConfig.java index da2cf442..82ab638b 100644 --- a/CommonCore/SQL/src/de/steamwar/sql/GameModeConfig.java +++ b/CommonCore/SQL/src/de/steamwar/sql/GameModeConfig.java @@ -930,7 +930,7 @@ public final class GameModeConfig { public final boolean PersonalKits; /** - * Maximal blast resistance for the blocks + * Maximal blast resistance for the blocks in the kit * * @implSpec {@code 9.0} by default */