mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-26 21:03:45 +01:00
'fix' multiline comment
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
Block a user