From bff85a79fb4d6cb8e7a4f0b2f73ef8cc6a27a80a Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 17 Aug 2017 18:16:38 -0400 Subject: quick fix --- lua/autorun/zone_huntingground.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/zone_huntingground.lua b/lua/autorun/zone_huntingground.lua index b16efce..57847ca 100644 --- a/lua/autorun/zone_huntingground.lua +++ b/lua/autorun/zone_huntingground.lua @@ -162,7 +162,7 @@ hook.Add("ShowZoneOptions","artery_huntingground",function(zone,class,DPanel,zon newpanelbut:SetText("+") newpanelbut:Dock(BOTTOM) newpanelbut.DoClick = function() - if not monsters[1] then find_monsters() end + if not monsters then find_monsters() end mkrow(monsters[1],0) end -- cgit v1.2.3-70-g09d2