add check for monitoring mod absence
Some checks failed
luacheck / build (push) Has been cancelled

This commit is contained in:
BuckarooBanzay 2020-09-05 10:51:42 +02:00
parent f77ed8943a
commit 1fc74f270a

View File

@ -19,7 +19,7 @@ minetest.get_player_privs = function(name)
end
privs = old_get_player_privs(name)
cache[name] = privs
else
elseif has_monitoring_mod then
hit_count.inc()
end