From 62c014363de79c8c937b47a28c98dcb27327458a Mon Sep 17 00:00:00 2001 From: chmodsayshello Date: Sun, 9 Apr 2023 18:50:34 +0200 Subject: [PATCH] 'fix' multiline comment --- mods/ITEMS/mcl_beds/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_beds/functions.lua b/mods/ITEMS/mcl_beds/functions.lua index cb3e8ff0a..ea77d9571 100644 --- a/mods/ITEMS/mcl_beds/functions.lua +++ b/mods/ITEMS/mcl_beds/functions.lua @@ -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)