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

Code cleanup

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-14 13:35:12 -03:00
parent 4b9d52e724
commit 1e52e960f5
15 changed files with 34 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ public class WorldEventDispatcherImpl implements WorldEventDispatcher {
}, 0, 50);
}
@Override
public void dispatch(WorldEvent event) {
log.debug("Queing dispatch for event {}", event);
events.add(event);