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

Revert removal of world field.

This is needed. It shouldn't have been removed because it's nothing new.
Dieser Commit ist enthalten in:
MattBDev 2019-06-28 18:03:01 -04:00
Ursprung 13b602cb83
Commit 51b1b4262d

Datei anzeigen

@ -205,6 +205,7 @@ public class EditSession extends AbstractDelegateExtent implements HasFaweQueue,
}
@SuppressWarnings("ProtectedField")
protected final World world;
private String worldName;
private FaweQueue queue;
private boolean wrapped;