mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
IsListModifier should be available to plugins
This commit is contained in:
parent
450dfa1181
commit
389910868a
@ -79,7 +79,7 @@ namespace MCGalaxy
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
protected static bool IsListModifier(string str) {
|
public static bool IsListModifier(string str) {
|
||||||
int ignored;
|
int ignored;
|
||||||
return str.CaselessEq("all") || NumberUtils.TryParseInt32(str, out ignored);
|
return str.CaselessEq("all") || NumberUtils.TryParseInt32(str, out ignored);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user