mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +01:00
Set default game rule of timeUntilKickOfflinePlayer to 0; resolves #327
This commit is contained in:
parent
e48d391af5
commit
cb1a1cc56e
@ -68,7 +68,7 @@ public class GameRuleProvider {
|
||||
DEFAULT_VALUES.timeToNextLoot = 0;
|
||||
DEFAULT_VALUES.timeToNextWave = 10;
|
||||
DEFAULT_VALUES.timeToFinish = -1;
|
||||
DEFAULT_VALUES.timeUntilKickOfflinePlayer = -1;
|
||||
DEFAULT_VALUES.timeUntilKickOfflinePlayer = 0;
|
||||
|
||||
/* Requirements and rewards */
|
||||
DEFAULT_VALUES.requirements = new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user