'fix' multiline comment

This commit is contained in:
chmodsayshello 2023-04-09 18:50:34 +02:00
parent 75595115a0
commit 62c014363d
1 changed files with 1 additions and 1 deletions

View File

@ -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)