mirror of
https://github.com/daveth/makespherical.git
synced 2025-03-04 03:12:59 -05:00
This commit is contained in:
parent
5b2489789e
commit
17cd0fe4a6
@ -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 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user