mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
Fixed issue with tusken raider leaving socialization with another raider.
This commit is contained in:
@@ -235,7 +235,8 @@ public class tusken_raider extends script.base_script
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
obj_id listener = utils.getObjIdScriptVar(self, "ai.pathingToSocialize");
|
||||
endSocializing(self, listener);
|
||||
if(listener != null)
|
||||
endSocializing(self, listener);
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
public int OnMovePathNotFound(obj_id self) throws InterruptedException
|
||||
|
||||
Reference in New Issue
Block a user