]> git.lizzy.rs Git - Crafter.git/commitdiff
remove server debug
authoroilboi <47129783+oilboi@users.noreply.github.com>
Thu, 25 Jun 2020 20:41:27 +0000 (16:41 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Thu, 25 Jun 2020 20:41:27 +0000 (16:41 -0400)
mods/bed/init.lua

index f5802d3804447036196bf727fd52a00ca48bc964..8844487e5a540425befe648dfea20a6d74114074 100644 (file)
@@ -43,7 +43,7 @@ end
 
 local function global_sleep_check()
        sleep_loop = true
-       minetest.chat_send_all("sleep looping"..tostring(math.random()))
+       --minetest.chat_send_all("sleep looping"..tostring(math.random()))
        local sleep_table = {}
 
        for _,player in ipairs(minetest.get_connected_players()) do