Fix error in RouteMap

Closes #72.
This commit is contained in:
Lucien Greathouse
2018-05-26 16:19:58 -07:00
parent c2495ed57f
commit fcfd55ff76

View File

@@ -68,7 +68,7 @@ function RouteMap:_removeInternal(rbx, hashedRoute)
self._connectionsByRbx[rbx]:Disconnect()
self._connectionsByRbx[rbx] = nil
self:removeRbxDescendants(rbx)
self:_removeRbxDescendants(rbx)
end
--[[