Method getAdminCommandList should be placed last.
This commit is contained in:
		| @@ -48,12 +48,6 @@ public class AdminDelete implements IAdminCommandHandler | ||||
| 		return true; | ||||
| 	} | ||||
| 	 | ||||
| 	@Override | ||||
| 	public String[] getAdminCommandList() | ||||
| 	{ | ||||
| 		return ADMIN_COMMANDS; | ||||
| 	} | ||||
| 	 | ||||
| 	private void handleDelete(PlayerInstance activeChar, int range) | ||||
| 	{ | ||||
| 		if (range > 0) | ||||
| @@ -97,4 +91,10 @@ public class AdminDelete implements IAdminCommandHandler | ||||
| 		 | ||||
| 		BuilderUtil.sendSysMessage(activeChar, "Deleted " + target.getName() + " from " + target.getObjectId() + "."); | ||||
| 	} | ||||
| 	 | ||||
| 	@Override | ||||
| 	public String[] getAdminCommandList() | ||||
| 	{ | ||||
| 		return ADMIN_COMMANDS; | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment