This check shouldn't be inverted

Fixes #1545
This commit is contained in:
TfT_02 2013-10-16 00:57:56 +02:00
parent bf4e8d43ea
commit b9c652ef2b

View File

@ -836,7 +836,7 @@ public class McMMOPlayer {
setToolPreparationMode(tool, false); setToolPreparationMode(tool, false);
if (!getAbilityMode(ability)) { if (getAbilityMode(ability)) {
return; return;
} }