mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-30 16:19:11 +02:00
@@ -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
|
||||
|
Reference in New Issue
Block a user