mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Added a config option to entirely disable server side cui.
This commit is contained in:
@ -636,6 +636,10 @@ public class LocalSession {
|
||||
return; // This is for players only.
|
||||
}
|
||||
|
||||
if (!config.serverSideCUI) {
|
||||
return; // Disabled in config.
|
||||
}
|
||||
|
||||
Player player = (Player) actor;
|
||||
|
||||
if (!useServerCUI || hasCUISupport) {
|
||||
|
Reference in New Issue
Block a user