This commit is contained in:
Falcqn 2012-07-03 07:19:13 -07:00
parent 5b2489789e
commit 17cd0fe4a6

View File

@ -154,13 +154,12 @@ end
hook.Add( "AdvDupe_FinishPasting", "MakeSphericalFixLegacyDupes", function()
for _, v in pairs( LegacyProcessQue ) do
for k, v in pairs( LegacyProcessQue ) do
MakeSphere( unpack( v ) )
LegacyProcessQue[ k ] = nil
end
LegacyProcessQue = {}
end )