mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-02-20 06:11:30 +01:00
Set resetClassInventoryOnRespawn's default value to false
This commit is contained in:
parent
bb37a16ea5
commit
bec86b5452
@ -64,7 +64,7 @@ public class GameRule<V> {
|
||||
/**
|
||||
* Shall players reset their inventory to their chosen class when respawning?
|
||||
*/
|
||||
public static final GameRule<Boolean> RESET_CLASS_INVENTORY_ON_RESPAWN = new GameRule<>(Boolean.class, "resetClassInventoryOnRespawn", true);
|
||||
public static final GameRule<Boolean> RESET_CLASS_INVENTORY_ON_RESPAWN = new GameRule<>(Boolean.class, "resetClassInventoryOnRespawn", false);
|
||||
/**
|
||||
* The location where the players spawn when they leave the dungeon without succeeding.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user