diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-17 18:16:38 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-08-17 18:16:38 -0400 |
| commit | bff85a79fb4d6cb8e7a4f0b2f73ef8cc6a27a80a (patch) | |
| tree | 7dd528d45e677d235ad2998a295a93b9ed2af463 | |
| parent | ebf3d362d51b6881f80c4dd05c976c6707427515 (diff) | |
| download | artery_editor-bff85a79fb4d6cb8e7a4f0b2f73ef8cc6a27a80a.tar.gz artery_editor-bff85a79fb4d6cb8e7a4f0b2f73ef8cc6a27a80a.tar.bz2 artery_editor-bff85a79fb4d6cb8e7a4f0b2f73ef8cc6a27a80a.zip | |
quick fix
| -rw-r--r-- | lua/autorun/zone_huntingground.lua | 2 |
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 |
