decided to keep a fix
This commit is contained in:
parent
daa543b5ca
commit
1bc058068c
|
|
@ -182,10 +182,16 @@ namespace NovetusCMD
|
||||||
switch (LocalVars.DebugMode)
|
switch (LocalVars.DebugMode)
|
||||||
{
|
{
|
||||||
case true:
|
case true:
|
||||||
|
GlobalVars.RequestToOutputInfo = true;
|
||||||
GlobalFuncs.CreateTXT();
|
GlobalFuncs.CreateTXT();
|
||||||
break;
|
break;
|
||||||
case false:
|
case false:
|
||||||
default:
|
default:
|
||||||
|
if (GlobalVars.RequestToOutputInfo)
|
||||||
|
{
|
||||||
|
GlobalFuncs.CreateTXT();
|
||||||
|
}
|
||||||
|
|
||||||
StartServer(LocalVars.StartInNo3D);
|
StartServer(LocalVars.StartInNo3D);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
1.3 Snapshot v22.8269.26928.1
|
||||||
|
Fixes:
|
||||||
|
- Fixed -outputinfo not functioning without -debug being enabled.
|
||||||
|
----------------------------------------------------------------------------
|
||||||
1.3 Snapshot v22.8268.17854.1
|
1.3 Snapshot v22.8268.17854.1
|
||||||
Enhancements:
|
Enhancements:
|
||||||
- Made the Novetus URI Player Configuration UI more user friendly.
|
- Made the Novetus URI Player Configuration UI more user friendly.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue