Skip to content

Commit

Permalink
IsListModifier should be available to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodlyay committed Feb 3, 2024
1 parent 450dfa1 commit 3899108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCGalaxy/Commands/Command.Helpers.cs
Expand Up @@ -79,7 +79,7 @@ public abstract partial class Command
}


protected static bool IsListModifier(string str) {
public static bool IsListModifier(string str) {
int ignored;
return str.CaselessEq("all") || NumberUtils.TryParseInt32(str, out ignored);
}
Expand Down

0 comments on commit 3899108

Please sign in to comment.