fixed novetuscmd

This commit is contained in:
Bitl 2019-12-12 19:29:30 -07:00
parent ea6291c073
commit 1e479ab993
2 changed files with 7 additions and 8 deletions

View File

@ -296,7 +296,6 @@ namespace NovetusCMD
InitUPnP(); InitUPnP();
StartWebServer(); StartWebServer();
if (RequestToOutputInfo) if (RequestToOutputInfo)
{ {
string IP = SecurityFuncs.GetExternalIPAddress(); string IP = SecurityFuncs.GetExternalIPAddress();

View File

@ -126,7 +126,7 @@ public class ScriptGenerator
{ {
//next, generate the header functions. //next, generate the header functions.
ReadConfigValues(); //ReadConfigValues();
//string scriptcontents = MultiLine(GetScriptContents(GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\content\\scripts\\" + GlobalVars.ScriptName + ".lua")); //string scriptcontents = MultiLine(GetScriptContents(GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\content\\scripts\\" + GlobalVars.ScriptName + ".lua"));