Skip to content

Commit a5f7650

Browse files
committed
Work in progress
1 parent c2ab94e commit a5f7650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function setup()
115115
if value <= 0 then
116116
octopus.action:set("dead")
117117

118-
io:rpc("score.incr", {}, nil)
118+
io:rpc("score.incr")
119119

120120
if not timer then
121121
timemanager:singleshot(3000, function()

0 commit comments

Comments
 (0)