mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
Fixed #245, also uncommented skill mod deltas
This commit is contained in:
@@ -214,7 +214,7 @@ public class ConnectionService implements INetworkDispatch {
|
||||
|
||||
for (CreatureObject opponent : object.getDuelList()) {
|
||||
if (opponent != null) {
|
||||
core.combatService.handleEndDuel(object, opponent);
|
||||
core.combatService.handleEndDuel(object, opponent, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user