Fix some undeclared global bugs, and horse aliases

This commit is contained in:
Wuzzy 2017-03-20 00:52:49 +01:00
parent 7731afa758
commit f41bda8cdf
3 changed files with 2 additions and 8 deletions

View file

@ -1,7 +1,7 @@
-- Settings
-- If true, activates achievements from other Minecraft editions (XBox, PS, etc.)
local non_pc_achievement = false
local non_pc_achievements = false
local S
if minetest.get_modpath("intllib") then