Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZenz committed Dec 20, 2015
1 parent 1fa65fc commit 8656c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/auto_hud_hide/autohudhide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function autohudhide.activate_internal()
minetest.register_on_leaveplayer(autohudhide.remove_info)
scheduler.schedule(
"autohudhide",
autohudehide.interval,
autohudhide.interval,
autohudhide.run,
scheduler.OVERSHOOT_POLICY_RUN_ONCE)

Expand Down

0 comments on commit 8656c81

Please sign in to comment.