From fcebb4ffd3f72fa0a4a27e95f7f3d9658044be81 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 14 Jun 2025 22:01:29 +0200 Subject: [PATCH] Add red team schematic paste in WGCommand --- .../src/de/steamwar/fightsystem/commands/WGCommand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/FightSystem/FightSystem_Core/src/de/steamwar/fightsystem/commands/WGCommand.java b/FightSystem/FightSystem_Core/src/de/steamwar/fightsystem/commands/WGCommand.java index c1157018..1ffe7dce 100644 --- a/FightSystem/FightSystem_Core/src/de/steamwar/fightsystem/commands/WGCommand.java +++ b/FightSystem/FightSystem_Core/src/de/steamwar/fightsystem/commands/WGCommand.java @@ -42,6 +42,7 @@ public class WGCommand implements CommandExecutor { } FightWorld.resetWorld(); Fight.getBlueTeam().pasteSchem(); + Fight.getRedTeam().pasteSchem(); return false; } }