mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
LocalSession transform should be transient
This commit is contained in:
parent
8a47424bc5
commit
c2dec27fae
@ -140,7 +140,7 @@ public class LocalSession {
|
||||
private transient boolean fastMode = false;
|
||||
private transient Mask mask;
|
||||
private transient Mask sourceMask;
|
||||
private ResettableExtent transform = null;
|
||||
private transient ResettableExtent transform = null;
|
||||
private transient TimeZone timezone = TimeZone.getDefault();
|
||||
|
||||
private transient World currentWorld;
|
||||
|
Loading…
Reference in New Issue
Block a user