1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-12 02:02:51 +00:00

Implemented several debug messages in many services

This commit is contained in:
2011-08-08 00:02:34 -03:00
parent 5ca0dae601
commit d9f2c4b8c1
26 changed files with 421 additions and 56 deletions

View File

@@ -16,6 +16,9 @@
*/
package com.l2jserver.service.game;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.l2jserver.model.world.L2Character;
import com.l2jserver.service.AbstractService;
@@ -25,6 +28,12 @@ import com.l2jserver.service.AbstractService;
* @author <a href="http://www.rogiel.com">Rogiel</a>
*/
public class DuelServiceImpl extends AbstractService implements DuelService {
/**
* The logger
*/
@SuppressWarnings("unused")
private final Logger log = LoggerFactory.getLogger(this.getClass());
@Override
public void start(L2Character character1, L2Character character2) {
// TODO Auto-generated method stub