Typo isMeaninful

This commit is contained in:
thatsIch
2014-09-20 22:42:09 +02:00
parent e9ff5bcd21
commit b7c1c7c602
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ public class SecurityInventory implements IMEInventoryHandler<IAEItemStack>
for (IAEItemStack ais : storedItems)
{
if ( ais.isMeaninful() )
if ( ais.isMeaningful() )
{
GameProfile thisUser = tbc.getProfile( ais.getItemStack() );
if ( thisUser == newUser )