Skip to content

Commit e867383

Browse files
author
LocalIdentity
committed
Remove aliasPassiveSocket temp code
1 parent eca470e commit e867383

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/Classes/PassiveTree.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,6 @@ local PassiveTreeClass = newClass("PassiveTree", function(self, treeVersion)
262262
end
263263
end
264264

265-
if node.aliasPassiveSocket then
266-
local aliasPassiveSocket = node.aliasPassiveSocket:lower()
267-
if self.notableMap[aliasPassiveSocket] then
268-
ConPrintf("Warning: aliasPassiveSocket '"..node.aliasPassiveSocket.."' for node '"..node.dn.."' is already used by notable '"..self.notableMap[aliasPassiveSocket].dn.."'.")
269-
end
270-
self.notableMap[aliasPassiveSocket] = node
271-
end
272-
273265
-- Find the node group
274266
local group = self.groups[node.g]
275267
if group then

0 commit comments

Comments
 (0)