From 226630e86b7062463b345f0f8917ac632714d299 Mon Sep 17 00:00:00 2001 From: sparkiwastaken <96365159+sparkiwastaken@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:06:19 -0800 Subject: [PATCH] Fix lunar getExploits server check --- nightlunar.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nightlunar.src b/nightlunar.src index a1f3625..aa6f6bd 100644 --- a/nightlunar.src +++ b/nightlunar.src @@ -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() \ No newline at end of file +lunaros()