decided to keep a fix
This commit is contained in:
parent
daa543b5ca
commit
1bc058068c
|
|
@ -182,10 +182,16 @@ namespace NovetusCMD
|
|||
switch (LocalVars.DebugMode)
|
||||
{
|
||||
case true:
|
||||
GlobalVars.RequestToOutputInfo = true;
|
||||
GlobalFuncs.CreateTXT();
|
||||
break;
|
||||
case false:
|
||||
default:
|
||||
if (GlobalVars.RequestToOutputInfo)
|
||||
{
|
||||
GlobalFuncs.CreateTXT();
|
||||
}
|
||||
|
||||
StartServer(LocalVars.StartInNo3D);
|
||||
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
|
||||
Enhancements:
|
||||
- Made the Novetus URI Player Configuration UI more user friendly.
|
||||
|
|
|
|||
Loading…
Reference in New Issue