Skip to content

Commit 965b96b

Browse files
committed
fix examples
1 parent 8502187 commit 965b96b

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

33
function on_event(id)
4-
print(string.format("on_event, script_id: %d, Handling:",script))
4+
print(string.format("on_event, script_id: %d, Handling:",script.sid))
55
print(string.format("\t-> id: %d", id))
66
end

0 commit comments

Comments
 (0)