Bug: Wrong for loop expresion.
gizzmo opened this issue ยท 0 comments
the iterator expression should be a method call not a ipairs function
Line 40 in 88e719b
should be for key, script in self:IterateScripts() do
gizzmo opened this issue ยท 0 comments
the iterator expression should be a method call not a ipairs function
Line 40 in 88e719b
should be for key, script in self:IterateScripts() do