mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Set debug to false by default
No need to enable it unless you are actually debugging something
This commit is contained in:
parent
5fabd15caf
commit
10ec476239
@ -410,7 +410,7 @@ public class Settings extends Config {
|
||||
})
|
||||
public List<String> ALLOWED_PLUGINS = new ArrayList<>();
|
||||
@Comment("Should debug messages be sent when third party extents are used?")
|
||||
public boolean DEBUG = true;
|
||||
public boolean DEBUG = false;
|
||||
}
|
||||
|
||||
@Comment("Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse)")
|
||||
|
Loading…
Reference in New Issue
Block a user