Updates the masterserver domain referenced in the default scripts, pointing it to the new torque3d master server

This commit is contained in:
Areloch 2021-04-08 20:31:48 -05:00
parent b6a1acabf8
commit 92abfb8ccf
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;