mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-13 14:48:34 +00:00
WIP VisualExtent
This commit is contained in:
@ -399,7 +399,12 @@ public class LocalSession implements TextureHolder {
|
||||
private FaweChangeSet getChangeSet(Object o) {
|
||||
if (o instanceof FaweChangeSet) {
|
||||
FaweChangeSet cs = (FaweChangeSet) o;
|
||||
cs.close();
|
||||
try {
|
||||
cs.close();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
}
|
||||
return cs;
|
||||
}
|
||||
if (o instanceof Integer) {
|
||||
|
Reference in New Issue
Block a user