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:
@@ -284,7 +284,7 @@ public class WorldEventDispatcherImpl implements WorldEventDispatcher {
|
||||
return false;
|
||||
if (complete)
|
||||
return false;
|
||||
return cancel();
|
||||
return cancel(mayInterruptIfRunning);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user