From 77d5099e99dea842c2d1f8548b4818a53df19158 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 12 Mar 2015 22:08:24 +0200 Subject: [PATCH] im a nigger --- toontown/suit/DistributedSuit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/suit/DistributedSuit.py b/toontown/suit/DistributedSuit.py index 8874b60e..1c14f17c 100644 --- a/toontown/suit/DistributedSuit.py +++ b/toontown/suit/DistributedSuit.py @@ -214,7 +214,7 @@ class DistributedSuit(DistributedSuitBase.DistributedSuitBase, DelayDeletable): def setPathEndpoints(self, start, end, minPathLen, maxPathLen): if self.pathEndpointStart == start and self.pathEndpointEnd == end and self.minPathLen == minPathLen and self.maxPathLen == maxPathLen and self.path != None: return - if self.pathEndpointStart not in self.sp.pointIndexes or self.pathEndpointEnd not in self.sp.pointIndexes: + if start not in self.sp.pointIndexes or end not in self.sp.pointIndexes: return self.pathEndpointStart = start self.pathEndpointEnd = end