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:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user