mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 23:23:47 +00:00
Updates the masterserver domain referenced in the default scripts, pointing it to the new torque3d master server
This commit is contained in:
parent
b6a1acabf8
commit
92abfb8ccf
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue