aboutsummaryrefslogtreecommitdiff
path: root/objects.lua
diff options
context:
space:
mode:
Diffstat (limited to 'objects.lua')
-rw-r--r--objects.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects.lua b/objects.lua
index 5284b03..69b2bd8 100644
--- a/objects.lua
+++ b/objects.lua
@@ -6,6 +6,6 @@ function updateobjs()
end
function drawobjs()
- foreach(players, function(obj) obj:draw() end)
foreach(obj, function(obj) obj:draw() end)
+ foreach(players, function(obj) obj:draw() end)
end \ No newline at end of file