mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-28 18:31:29 +01:00
Set spigots verbose world setting to false by def
This commit is contained in:
parent
34933f9884
commit
3d6705e795
@ -20,7 +20,7 @@ public class SpigotWorldConfig
|
||||
|
||||
public void init()
|
||||
{
|
||||
this.verbose = this.getBoolean( "verbose", true );
|
||||
this.verbose = this.getBoolean( "verbose", false ); // Paper
|
||||
|
||||
this.log( "-------- World Settings For [" + this.worldName + "] --------" );
|
||||
SpigotConfig.readConfig( SpigotWorldConfig.class, this );
|
||||
|
Loading…
Reference in New Issue
Block a user