Set spigots verbose world setting to false by def

This commit is contained in:
Jake Potrebic 2020-12-02 20:17:54 -08:00
parent 34933f9884
commit 3d6705e795

View File

@ -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 );