3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-06 16:12:51 +02:00

chore: Drop WEManager#cancelEditSafe() logger (#1779)

Dieser Commit ist enthalten in:
Alexander Brandes 2022-06-10 01:26:59 +02:00 committet von GitHub
Ursprung c5a50179f2
Commit 3ec17f3507
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -66,7 +66,6 @@ public class WEManager {
}
public void cancelEditSafe(AbstractDelegateExtent parent, FaweException reason) throws FaweException {
LOGGER.warn("CancelEditSafe was hit. Please ignore this message.");
Extent currentExtent = parent.getExtent();
if (!(currentExtent instanceof NullExtent)) {
parent.extent = new NullExtent(parent.extent, reason);