Skip to content

Commit ded84ce

Browse files
Fix unfreezing issues caused by #522
1 parent 81b9a29 commit ded84ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/advdupe2/sv_clipboard.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ end
802802
local function DoGenericPhysics(entity, data, ply)
803803
if not data.PhysicsObjects then return end
804804

805-
for bone, args in ipairs(data.PhysicsObjects) do
805+
for bone, args in pairs(data.PhysicsObjects) do
806806
local phys = entity:GetPhysicsObjectNum(bone)
807807

808808
if IsValid(phys) then

0 commit comments

Comments
 (0)