fixed novetuscmd
This commit is contained in:
parent
ea6291c073
commit
1e479ab993
|
|
@ -296,7 +296,6 @@ namespace NovetusCMD
|
||||||
|
|
||||||
InitUPnP();
|
InitUPnP();
|
||||||
StartWebServer();
|
StartWebServer();
|
||||||
|
|
||||||
if (RequestToOutputInfo)
|
if (RequestToOutputInfo)
|
||||||
{
|
{
|
||||||
string IP = SecurityFuncs.GetExternalIPAddress();
|
string IP = SecurityFuncs.GetExternalIPAddress();
|
||||||
|
|
|
||||||
|
|
@ -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"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue