SteamWar/BauSystem
Archiviert
13
0

Add Regional Reset History #211

Manuell gemergt
YoyoNow hat 9 Commits von reset_history nach master 2021-04-02 20:45:17 +02:00 zusammengeführt
Nur Änderungen aus Commit 123339e542 werden angezeigt - Alle Commits anzeigen

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() {