diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index a6a561e7..40bc8756 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -118,7 +118,7 @@ namespace TShockAPI public bool CanRun(TSPlayer ply) { - if (Permissions == null) + if (Permissions == null || Permissions.Count < 1) return true; foreach (var Permission in Permissions) {