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 88e8a2d51e
Commit 123339e542

Datei anzeigen

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