1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-07 16:03:10 +00:00

Fix duplicated maven dependencies

This commit is contained in:
2011-12-04 13:09:53 -02:00
parent 6b34407142
commit f959661eff
3 changed files with 2 additions and 68 deletions

View File

@@ -284,7 +284,7 @@ public class WorldEventDispatcherImpl implements WorldEventDispatcher {
return false;
if (complete)
return false;
return cancel();
return cancel(mayInterruptIfRunning);
}
@Override