forked from MagicBane/Server
Update to devcmd
This commit is contained in:
@@ -90,7 +90,7 @@ public class SlotNpcCmd extends AbstractDevCmd {
|
||||
|
||||
// User requests list of current groups.
|
||||
|
||||
if (args[0].equalsIgnoreCase("LIST")) {
|
||||
if (args.length == 0 || args[0].equalsIgnoreCase("LIST")) {
|
||||
|
||||
outString = "Current: " + contract.allowedBuildings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user