Fix an NPE in the Map List command

This commit is contained in:
AlexTheCoder 2017-11-30 05:50:57 -05:00
parent ef1d05dd03
commit c61f819969
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ public class ListCommand extends BaseCommand
catch (Exception e)
{
getPlugin().sendValidGameTypes(player);
return true;
}
}