Fix an NPE in the Map List command
This commit is contained in:
parent
ef1d05dd03
commit
c61f819969
@ -57,6 +57,7 @@ public class ListCommand extends BaseCommand
|
|||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
getPlugin().sendValidGameTypes(player);
|
getPlugin().sendValidGameTypes(player);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user