Skip to content

Commit

Permalink
add check for monitoring mod absence
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Sep 5, 2020
1 parent f77ed89 commit 1fc74f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Expand Up @@ -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

Expand Down

0 comments on commit 1fc74f2

Please sign in to comment.