mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Corrected "Pref::Server::ConnectionError" description.
This commit is contained in:
parent
963ef1ecdb
commit
afcbe83a26
|
|
@ -36,9 +36,9 @@ $Pref::Server::Info = "This is a Torque 3D server.";
|
|||
// 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 the FPS starter kit or "@
|
||||
"You do not have the correct version of Torque3D or "@
|
||||
"the related art needed to play on this server, please contact "@
|
||||
"the server operator for more information.";
|
||||
"the server administrator.";
|
||||
|
||||
// The network port is also defined by the client, this value
|
||||
// overrides pref::net::port for dedicated servers
|
||||
|
|
|
|||
|
|
@ -36,9 +36,9 @@ $Pref::Server::Info = "This is a Torque 3D server.";
|
|||
// 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 the FPS starter kit or "@
|
||||
"You do not have the correct version of Torque3D or "@
|
||||
"the related art needed to play on this server, please contact "@
|
||||
"the server operator for more information.";
|
||||
"the server administrator.";
|
||||
|
||||
// The network port is also defined by the client, this value
|
||||
// overrides pref::net::port for dedicated servers
|
||||
|
|
|
|||
Loading…
Reference in a new issue