decided to keep a fix

This commit is contained in:
Bitl 2022-08-22 15:21:14 -07:00
parent daa543b5ca
commit 1bc058068c
2 changed files with 10 additions and 0 deletions

View File

@ -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;
}

View File

@ -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.