From 09660372115a4eb414a15dfdfab93dc43918f262 Mon Sep 17 00:00:00 2001 From: John3 Date: Mon, 20 Jun 2016 20:07:03 -0500 Subject: [PATCH] added $appName --- Templates/Empty/game/core/scripts/server/defaults.cs | 2 +- Templates/Full/game/core/scripts/server/defaults.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Templates/Empty/game/core/scripts/server/defaults.cs b/Templates/Empty/game/core/scripts/server/defaults.cs index 8109099ea4..73c50a1a40 100644 --- a/Templates/Empty/game/core/scripts/server/defaults.cs +++ b/Templates/Empty/game/core/scripts/server/defaults.cs @@ -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."; diff --git a/Templates/Full/game/core/scripts/server/defaults.cs b/Templates/Full/game/core/scripts/server/defaults.cs index 8109099ea4..73c50a1a40 100644 --- a/Templates/Full/game/core/scripts/server/defaults.cs +++ b/Templates/Full/game/core/scripts/server/defaults.cs @@ -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.";