1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-10 17:32:46 +00:00

Signed-off-by: Rogiel <rogiel@rogiel.com>

This commit is contained in:
2011-05-22 13:53:52 -03:00
parent 0661b41cfd
commit 3554664367
24 changed files with 285 additions and 30 deletions

View File

@@ -16,6 +16,8 @@
*/
package com.l2jserver.service.admin;
import java.util.List;
import com.l2jserver.model.world.L2Character;
import com.l2jserver.service.AbstractService;
@@ -25,6 +27,8 @@ import com.l2jserver.service.AbstractService;
*/
public class AdministratorServiceImpl extends AbstractService implements
AdministratorService {
private List<L2Character> online;
@Override
public void command(L2Character character, String command, String... args) {
if(command.equals("log")) {