Fix lunar getExploits server check

This commit is contained in:
sparkiwastaken 2023-01-31 10:06:19 -08:00 committed by GitHub
parent d12a92f5ba
commit 226630e86b

View file

@ -442,7 +442,7 @@ end function
getExploits=function()
globals.exploits=[]
if server then
if server.shell then
e=""
globals.dbfile=servdb.get_files[-1]
for file in servdb.get_files
@ -732,4 +732,4 @@ end while
end function
if params[1:].len then lunaros(params[1:])
lunaros()
lunaros()