Skip to content

Commit 8a71d92

Browse files
authored
Merge pull request #1707 from Azaezel/logVersion
update format
2 parents cbe3fdf + a8bc8e9 commit 8a71d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/BaseGame/game/main.tscript.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trace(false);
99

1010
// Set the name of our application
1111
$appName = "@TORQUE_APP_NAME@";
12-
echo("Initializing" SPC $appName SPC getVersionString());
12+
echo("\nInitializing" SPC $appName SPC "["@getAppVersionString()@"] [Engine Version:"@getVersionString()@"]\n");
1313
//-----------------------------------------------------------------------------
1414
// Load up scripts to initialise subsystems.
1515
ModuleDatabase.setModuleExtension("module");

0 commit comments

Comments
 (0)