Skip to content

Commit

Permalink
Fix Travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Mar 5, 2019
1 parent 2789d14 commit 806e56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/mtg/game_commands/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minetest.register_chatcommand("killme", {
player:set_hp(0)
return true
else
for _, callback in pairs(core.registered_on_respawnplayers) do
for _, callback in pairs(minetest.registered_on_respawnplayers) do
if callback(player) then
return true
end
Expand Down

0 comments on commit 806e56d

Please sign in to comment.