Fixed TntFill (Again) -_-

This commit is contained in:
Driftay
2020-01-04 18:49:55 -05:00
parent 0a1346f1c2
commit 57833bee13
3 changed files with 32 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ public class CmdTntFill extends FCommand {
}
// Take TNT from the bank.
context.faction.takeTnt(getFactionTnt);
removeFromBank(context, getFactionTnt);
}
fillDispensers(context.fPlayer, opDispensers, amount);
// Remove used TNT from player inventory.