fork update #10

Merged
chmodsayshello merged 220 commits from VoxeLibre/VoxeLibre:master into master 2023-06-04 12:44:03 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 145be4c830 - Show all commits

View File

@ -443,7 +443,6 @@ minetest.register_globalstep(function(dtime)
if globalstep_timer >= 10 then
globalstep_timer = 0
playermessagecounter = {}
minetest.log("reset counter")
end
end)