Added 1.7.2 support, added old files.

This commit is contained in:
lishid
2013-12-06 02:31:14 -05:00
parent 4597db93bd
commit 56752df92e
37 changed files with 2420 additions and 57 deletions

View File

@@ -36,7 +36,7 @@ public class ToggleOpenInvPluginCommand implements CommandExecutor
sender.sendMessage(ChatColor.RED + "You can't use this from the console.");
return true;
}
if (!sender.hasPermission(Permissions.PERM_OPENINV))
if (!OpenInv.hasPermission(sender, Permissions.PERM_OPENINV))
{
sender.sendMessage(ChatColor.RED + "You do not have permission to access player inventories");
return true;