fix crash in waypoints?

This commit is contained in:
Vanessa Ezekowitz 2015-06-28 05:17:43 -04:00
parent 16e40a2e22
commit 8338b406d3
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ end
--apply filter to the inventory list (create filtered copy of full one)
function unified_inventory.apply_filter(player, filter, search_dir)
if not player then return false end
local player_name = player:get_player_name()
local lfilter = string.lower(filter)
local ffilter