mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Fixed healing of AI, temp fix for faction error
This commit is contained in:
@@ -847,6 +847,8 @@ public class CombatService implements INetworkDispatch {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(target.getAttachment("AI") != null) return false;
|
||||
|
||||
if(healer.getFaction().equals(target.getFaction())) {
|
||||
|
||||
if(healer.getFactionStatus() < target.getFactionStatus())
|
||||
|
||||
Reference in New Issue
Block a user