~ Changed config variable. Closes #6.
This commit is contained in:
parent
1bf9b2b9c9
commit
9c5eba53e5
@ -85,7 +85,7 @@ public class ArenaHandler {
|
||||
}
|
||||
|
||||
if ((Boolean) W.config
|
||||
.get(ConfigC.require_inventory_clear_onJoin)
|
||||
.get(ConfigC.requireInventoryClearOnJoin)
|
||||
&& !inventoryempty) {
|
||||
MessageM.sendFMessage(player,
|
||||
ConfigC.error_joinInventoryNotEmpty);
|
||||
|
@ -93,7 +93,7 @@ public enum ConfigC {
|
||||
scoreboard_seekers ("%NSeekers:", W.config),
|
||||
scoreboard_hiders ("%NHiders:", W.config),
|
||||
|
||||
require_inventory_clear_onJoin (false, W.config),
|
||||
requireInventoryClearOnJoin (false, W.config),
|
||||
|
||||
log_enabledPlugin ("%TAG%N%name%&a&k + %N%version% is now Enabled. Made by %A%autors%%N.",
|
||||
W.messages),
|
||||
|
Loading…
x
Reference in New Issue
Block a user