mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
*
This commit is contained in:
parent
8090bf9f1d
commit
923bc9909a
@ -427,7 +427,6 @@ public class LocalSession {
|
|||||||
private FaweChangeSet getChangeSet(Object o) {
|
private FaweChangeSet getChangeSet(Object o) {
|
||||||
if (o instanceof FaweChangeSet) {
|
if (o instanceof FaweChangeSet) {
|
||||||
FaweChangeSet cs = (FaweChangeSet) o;
|
FaweChangeSet cs = (FaweChangeSet) o;
|
||||||
MainUtil.stacktrace();
|
|
||||||
cs.flush();
|
cs.flush();
|
||||||
return cs;
|
return cs;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user