/f tnt take inventory space issue fix for new tnt checks
This commit is contained in:
parent
e9b080bc9e
commit
c5f06f910a
@ -108,7 +108,7 @@ public class CmdTnt extends FCommand {
|
|||||||
fme.msg(TL.COMMAND_TNT_WIDTHDRAW_NOTENOUGH_SPACE);
|
fme.msg(TL.COMMAND_TNT_WIDTHDRAW_NOTENOUGH_SPACE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (hasAvaliableSlot(me, fullStacks + 1)) {
|
if (!hasAvaliableSlot(me, fullStacks + 1)) {
|
||||||
fme.msg(TL.COMMAND_TNT_WIDTHDRAW_NOTENOUGH_SPACE);
|
fme.msg(TL.COMMAND_TNT_WIDTHDRAW_NOTENOUGH_SPACE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user