mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-30 19:02:41 +02:00
'fix' multiline comment
This commit is contained in:
@ -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
|
||||
It gets reset after 10 secs using a globalstep
|
||||
]]
|
||||
--]]
|
||||
|
||||
local globalstep_timer = 0
|
||||
minetest.register_globalstep(function(dtime)
|
||||
|
Reference in New Issue
Block a user