Updated for 1.8

This commit is contained in:
lishd
2011-09-15 10:13:14 -04:00
parent 70c75996c0
commit 8791143e66
6 changed files with 45 additions and 12 deletions

View File

@@ -74,8 +74,8 @@ public class OpenInv extends JavaPlugin {
player.setHandle(entityplayer);
}
catch(Exception e)
{}
{
System.out.println("[OpenInv] Error while trying to override player inventory, error: " + e.getMessage());
}
}
}