Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Set debug to false by default
No need to enable it unless you are actually debugging something
Dieser Commit ist enthalten in:
Ursprung
5fabd15caf
Commit
10ec476239
@ -410,7 +410,7 @@ public class Settings extends Config {
|
|||||||
})
|
})
|
||||||
public List<String> ALLOWED_PLUGINS = new ArrayList<>();
|
public List<String> ALLOWED_PLUGINS = new ArrayList<>();
|
||||||
@Comment("Should debug messages be sent when third party extents are used?")
|
@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)")
|
@Comment("Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse)")
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren