stujones11 / minetest-3d_armor

Visible player armor & wielded items for minetest
Other
56 stars 98 forks source link

shields server crash #140

Closed aerozoic closed 6 years ago

aerozoic commented 6 years ago

Trying to use shields from main branch causes server crash:

2018-05-14 12:27:02: WARNING[Main]: Undeclared global variable "armor_i18n" accessed at ...t/games/UGXrealms/mods/3d_armor_modpack/shields/init.lua:2
2018-05-14 12:27:02: ERROR[Main]: ModError: Failed to load and run script from /home/UGX/.minetest/games/UGXrealms/mods/3d_armor_modpack/shields/init.lua:
2018-05-14 12:27:02: ERROR[Main]: ...t/games/UGXrealms/mods/3d_armor_modpack/shields/init.lua:2: attempt to index global 'armor_i18n' (a nil value)
2018-05-14 12:27:02: ERROR[Main]: Stack Traceback
2018-05-14 12:27:02: ERROR[Main]: ===============
2018-05-14 12:27:02: ERROR[Main]: (2) main chunk of file '/home/UGX/.minetest/games/UGXrealms/mods/3d_armor_modpack/shields/init.lua' at line 2

:large_orange_diamond:

stujones11 commented 6 years ago

It would seem that the master version of shields is no longer compatible with the multiskin branch due to the i18n intllib changes which I will not be backporting, however, I have now merged the recent updates