Revert removal of world field.

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

View File

@ -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;