forked from VoxeLibre/VoxeLibre
'fix' multiline comment
This commit is contained in:
parent
75595115a0
commit
62c014363d
|
@ -435,7 +435,7 @@ local playermessagecounter = {}
|
||||||
--[[
|
--[[
|
||||||
This table stores how many messages a player XY has sent (only while being in a bed) within 10 secs
|
This table stores how many messages a player XY has sent (only while being in a bed) within 10 secs
|
||||||
It gets reset after 10 secs using a globalstep
|
It gets reset after 10 secs using a globalstep
|
||||||
]]
|
--]]
|
||||||
|
|
||||||
local globalstep_timer = 0
|
local globalstep_timer = 0
|
||||||
minetest.register_globalstep(function(dtime)
|
minetest.register_globalstep(function(dtime)
|
||||||
|
|
Loading…
Reference in New Issue