mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-06 10:49:40 +01:00
Fix ClearTickList to return correct value
Previously it always returned false, this fixes it to return whatever value the user has it set to.
This commit is contained in:
parent
88d8ca53cc
commit
eed20ead01
@ -181,7 +181,7 @@ index 961ddb4..6ba7f5c 100644
|
||||
+ log( "Chunks to Grow per Tick: " + chunksPerTick );
|
||||
+
|
||||
+ clearChunksOnTick = getBoolean( "clear-tick-list", false );
|
||||
+ log( "Clear tick list: " + false );
|
||||
+ log( "Clear tick list: " + clearChunksOnTick );
|
||||
+ }
|
||||
}
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user