Remove unnecessary blank line

This commit is contained in:
Buhallin 2023-01-13 11:10:48 -08:00
parent 8ca3ac9247
commit e994a16992
No known key found for this signature in database
GPG Key ID: DB3C362823852294

View File

@ -154,7 +154,6 @@ function onObjectPickUp(player, object)
end end
end end
function onUpdate() function onUpdate()
-- Due to the frequence of onUpdate calls, ensure that we only process any changes to the -- Due to the frequence of onUpdate calls, ensure that we only process any changes to the
-- connection list once, and only redraw once -- connection list once, and only redraw once