Fix lunar getExploits server check
This commit is contained in:
parent
d12a92f5ba
commit
226630e86b
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Reference in a new issue