diff --git a/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java b/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java index 6d5a74272..b9ced7224 100755 --- a/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java +++ b/sku.0/sys.server/compiled/game/script/ai/tusken_raider.java @@ -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