Moved again previous commit variables in World.
This commit is contained in:
		| @@ -19,7 +19,6 @@ package handlers.admincommandhandlers; | ||||
| import java.util.ArrayList; | ||||
| import java.util.List; | ||||
|  | ||||
| import org.l2jmobius.gameserver.GameServer; | ||||
| import org.l2jmobius.gameserver.handler.IAdminCommandHandler; | ||||
| import org.l2jmobius.gameserver.model.World; | ||||
| import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance; | ||||
| @@ -93,7 +92,7 @@ public class AdminOnline implements IAdminCommandHandler | ||||
| 			BuilderUtil.sendSysMessage(activeChar, "Total count: " + total); | ||||
| 			BuilderUtil.sendSysMessage(activeChar, "Total online: " + online); | ||||
| 			BuilderUtil.sendSysMessage(activeChar, "Total offline: " + offline); | ||||
| 			BuilderUtil.sendSysMessage(activeChar, "Max connected: " + GameServer.MAX_CONNECTED_COUNT); | ||||
| 			BuilderUtil.sendSysMessage(activeChar, "Max connected: " + World.MAX_CONNECTED_COUNT); | ||||
| 			BuilderUtil.sendSysMessage(activeChar, "Unique IPs: " + ips.size()); | ||||
| 			BuilderUtil.sendSysMessage(activeChar, "In peace zone: " + peace); | ||||
| 			BuilderUtil.sendSysMessage(activeChar, "Not in peace zone: " + notPeace); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment