summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/autorun/zone_huntingground.lua2
1 files changed, 1 insertions, 1 deletions
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