summaryrefslogtreecommitdiff
path: root/lua/autorun
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-08-17 18:16:38 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-08-17 18:16:38 -0400
commitbff85a79fb4d6cb8e7a4f0b2f73ef8cc6a27a80a (patch)
tree7dd528d45e677d235ad2998a295a93b9ed2af463 /lua/autorun
parentebf3d362d51b6881f80c4dd05c976c6707427515 (diff)
downloadartery_editor-bff85a79fb4d6cb8e7a4f0b2f73ef8cc6a27a80a.tar.gz
artery_editor-bff85a79fb4d6cb8e7a4f0b2f73ef8cc6a27a80a.tar.bz2
artery_editor-bff85a79fb4d6cb8e7a4f0b2f73ef8cc6a27a80a.zip
quick fix
Diffstat (limited to 'lua/autorun')
-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