~ Changed config variable. Closes #6.

This commit is contained in:
Steffion 2013-10-09 17:39:50 +02:00
parent 1bf9b2b9c9
commit 9c5eba53e5
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ public class ArenaHandler {
} }
if ((Boolean) W.config if ((Boolean) W.config
.get(ConfigC.require_inventory_clear_onJoin) .get(ConfigC.requireInventoryClearOnJoin)
&& !inventoryempty) { && !inventoryempty) {
MessageM.sendFMessage(player, MessageM.sendFMessage(player,
ConfigC.error_joinInventoryNotEmpty); ConfigC.error_joinInventoryNotEmpty);

View File

@ -93,7 +93,7 @@ public enum ConfigC {
scoreboard_seekers ("%NSeekers:", W.config), scoreboard_seekers ("%NSeekers:", W.config),
scoreboard_hiders ("%NHiders:", 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.", log_enabledPlugin ("%TAG%N%name%&a&k + %N%version% is now Enabled. Made by %A%autors%%N.",
W.messages), W.messages),