fix
Maciej Kasatkin
2012-10-30 4f2c97dfa2c9f3d1c13524710dfabde74aae040e
fix
1 files modified
2 ■■■ changed files
flashlight.lua 2 ●●● patch | view | raw | blame | history
flashlight.lua
@@ -144,7 +144,7 @@
})
function check_for_flashlight (player)
if player==nil then return false
if player==nil then return false end
local inv = player:get_inventory()
local hotbar=inv:get_list("main")
        for i=1,8,1 do