1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-06-29 14:50:47 +02:00

Remove unnecessary code

This commit is contained in:
stujones11
2017-03-19 16:40:24 +00:00
parent 1570efb7ac
commit 3843578a33
2 changed files with 1 additions and 5 deletions

View File

@ -289,7 +289,6 @@ end
armor.update_inventory = function(self, player)
-- DEPRECIATED: Legacy inventory support
self:run_callbacks("on_update", player)
end
armor.get_valid_player = function(self, player, msg)