Push this nonsense
This commit is contained in:
parent
32270e1d66
commit
a99a9d7f95
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
minetest.register_globalstep(function(delta)
|
||||
print(delta)
|
||||
local players = {"hi", "there"}-- = minetest.get_connected_players()
|
||||
end)
|
@ -1,3 +1,4 @@
|
||||
minetest.register_globalstep(function(delta: number)
|
||||
print(delta)
|
||||
|
||||
end)
|
Loading…
x
Reference in New Issue
Block a user