mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-01 02:41:25 +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()
|
public void init()
|
||||||
{
|
{
|
||||||
this.verbose = this.getBoolean( "verbose", true );
|
this.verbose = this.getBoolean( "verbose", false ); // Paper
|
||||||
|
|
||||||
this.log( "-------- World Settings For [" + this.worldName + "] --------" );
|
this.log( "-------- World Settings For [" + this.worldName + "] --------" );
|
||||||
SpigotConfig.readConfig( SpigotWorldConfig.class, this );
|
SpigotConfig.readConfig( SpigotWorldConfig.class, this );
|
||||||
|
Loading…
Reference in New Issue
Block a user