Add red team schematic paste in WGCommand
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-06-14 22:01:29 +02:00
parent 9abbcc908d
commit fcebb4ffd3

View File

@ -42,6 +42,7 @@ public class WGCommand implements CommandExecutor {
} }
FightWorld.resetWorld(); FightWorld.resetWorld();
Fight.getBlueTeam().pasteSchem(); Fight.getBlueTeam().pasteSchem();
Fight.getRedTeam().pasteSchem();
return false; return false;
} }
} }