Merge pull request #483 from Areloch/updateMasterServerDomain

Updates the masterserver domain referenced in the default scripts, pointing it to the new torque3d master server
This commit is contained in:
Brian Roberts 2021-04-22 19:33:51 -05:00 committed by GitHub
commit 058302dd80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -25,7 +25,7 @@
// List of master servers to query, each one is tried in order
// until one responds
$Pref::Server::RegionMask = 2;
$pref::Master[0] = "2:master.garagegames.com:28002";
$pref::Master[0] = "2:master.torque3d.org:5664";
// Information about the server
$Pref::Server::Name = "Torque 3D Server";

View file

@ -5,6 +5,8 @@ $pref::Player::zoomSpeed = 0;
$pref::Net::LagThreshold = 400;
$pref::Net::Port = 28000;
$pref::Master[0] = "2:master.torque3d.org:5664";
$pref::HudMessageLogSize = 40;
$pref::ChatHudLength = 1;