mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2025-01-10 08:57:06 +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)
|
public static GuildState findState(String string)
|
||||||
{
|
{
|
||||||
|
if (string == null)
|
||||||
|
return null;
|
||||||
switch (string.toLowerCase())
|
switch (string.toLowerCase())
|
||||||
{
|
{
|
||||||
case "open":
|
case "open":
|
||||||
|
|
Loading…
Reference in a new issue