mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
No longer be able to heal duel opponent
This commit is contained in:
@@ -855,6 +855,10 @@ public class CombatService implements INetworkDispatch {
|
||||
if(healer == target)
|
||||
return true;
|
||||
|
||||
if (areInDuel(healer, target)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(healer.getFaction().equals(target.getFaction())) {
|
||||
|
||||
if(healer.getFactionStatus() < target.getFactionStatus())
|
||||
|
||||
Reference in New Issue
Block a user