Merge pull request #1707 from Azaezel/logVersion
Some checks are pending
Linux Build / Ubuntu Latest GCC (push) Waiting to run
MacOSX Build / MacOSX Latest Clang (push) Waiting to run
Windows Build / Windows Latest MSVC (push) Waiting to run

update format
This commit is contained in:
Brian Roberts 2026-04-04 17:49:29 -05:00 committed by GitHub
commit 8a71d925d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ trace(false);
// Set the name of our application
$appName = "@TORQUE_APP_NAME@";
echo("Initializing" SPC $appName SPC getVersionString());
echo("\nInitializing" SPC $appName SPC "["@getAppVersionString()@"] [Engine Version:"@getVersionString()@"]\n");
//-----------------------------------------------------------------------------
// Load up scripts to initialise subsystems.
ModuleDatabase.setModuleExtension("module");