1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-30 16:19:11 +02:00

Revert "Possible sign refactor?"

This reverts commit 897571db7d.
This commit is contained in:
KHobbits
2012-01-04 18:56:36 +00:00
parent 897571db7d
commit a46f6fd73d
4 changed files with 28 additions and 14 deletions

View File

@@ -661,6 +661,7 @@ public class User extends UserBase implements IUser
{
sendMessage(_("InvFull"));
}
updateInventory();
}
@Override
@@ -678,6 +679,7 @@ public class User extends UserBase implements IUser
{
sendMessage(_("InvFull"));
}
updateInventory();
}
private boolean giveItemStack(ItemStack itemStack, Boolean canSpew) throws ChargeException