Skip to content

Commit

Permalink
added $appName
Browse files Browse the repository at this point in the history
  • Loading branch information
John3 committed Jun 21, 2016
1 parent afcbe83 commit 0966037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Templates/Empty/game/core/scripts/server/defaults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// usefull to the client, such as the url or ftp address of where the
// latest version of the game can be obtained.
$Pref::Server::ConnectionError =
"You do not have the correct version of Torque3D or "@
"You do not have the correct version of "@$appName@" or "@
"the related art needed to play on this server, please contact "@
"the server administrator.";

Expand Down
2 changes: 1 addition & 1 deletion Templates/Full/game/core/scripts/server/defaults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// usefull to the client, such as the url or ftp address of where the
// latest version of the game can be obtained.
$Pref::Server::ConnectionError =
"You do not have the correct version of Torque3D or "@
"You do not have the correct version of "@$appName@" or "@
"the related art needed to play on this server, please contact "@
"the server administrator.";

Expand Down

0 comments on commit 0966037

Please sign in to comment.