mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Set the session to dirty if the server CUI is changed.
This commit is contained in:
parent
eba91cac5f
commit
41c307a4b5
@ -624,6 +624,7 @@ public class LocalSession {
|
||||
|
||||
public void setUseServerCUI(boolean useServerCUI) {
|
||||
this.useServerCUI = useServerCUI;
|
||||
setDirty();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user