mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2025-01-09 16:37:54 +00:00
bruh
This commit is contained in:
parent
ad4fb45059
commit
39643b7019
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ public enum GuildState
|
|||
|
||||
public static GuildState findState(String string)
|
||||
{
|
||||
if (string == null)
|
||||
return null;
|
||||
switch (string.toLowerCase())
|
||||
{
|
||||
case "open":
|
||||
|
|
Loading…
Reference in a new issue