SteamWar/BauSystem2.0
Archiviert
12
0

Fix Input
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2021-11-12 22:34:10 +01:00
Ursprung e42bee62d3
Commit 3829bf0dee

Datei anzeigen

@ -60,6 +60,7 @@ public class Input implements SpecialCommand {
scriptExecutor.resume(); scriptExecutor.resume();
}); });
swAnvilInv.addCloseCallback(scriptExecutor::resume); swAnvilInv.addCloseCallback(scriptExecutor::resume);
swAnvilInv.open();
return false; return false;
} }
} }