SteamWar/BauSystem
Archiviert
13
0

Add Protect Command to History

Dieser Commit ist enthalten in:
Chaoscaot 2021-03-29 00:21:19 +02:00
Ursprung 11a61b6761
Commit df3de51a94

Datei anzeigen

@ -198,7 +198,8 @@ public class Region {
} }
public void protect(Schematic schem) throws IOException, NoClipboardException { public void protect(Schematic schem) throws IOException, NoClipboardException {
prototype.protect(this, schem); initSessions();
undosessions.push(prototype.protect(this, schem));
} }
public boolean hasExtensionAreaRegistered() { public boolean hasExtensionAreaRegistered() {