remove unused variable

This commit is contained in:
Brandon 2013-12-20 23:56:50 -06:00
parent 681bf25505
commit a07a00c117
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ armor.set_player_armor = function(self, player)
local state = 0
local items = 0
local textures = {}
local elements = {}
local has_physics = false
local elements = {}
local physics_o = {speed=1,gravity=1,jump=1}
for i, v in ipairs(self.elements) do
local stack = player_inv:get_stack("armor_"..v, 1)