mirror of
https://github.com/ChocoTaco1/Tribes2-Server-Setup-Guide.git
synced 2026-03-07 21:50:27 +00:00
Update
This commit is contained in:
parent
c7344bf46e
commit
21fde819cf
2 changed files with 4 additions and 4 deletions
|
|
@ -228,8 +228,8 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer)
|
|||
|
||||
- To take advantage of extra bandwidth set,
|
||||
|
||||
$pref::Net::PacketRateToClient = 64;
|
||||
$pref::Net::PacketSize = 1000;
|
||||
$pref::Net::PacketRateToClient = "64";
|
||||
$pref::Net::PacketSize = "1000";
|
||||
|
||||
|
||||
- To prevent the new UE box from popping up set,
|
||||
|
|
|
|||
|
|
@ -227,8 +227,8 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer)
|
|||
|
||||
- To take advantage of extra bandwidth set,
|
||||
|
||||
$pref::Net::PacketRateToClient = 64;
|
||||
$pref::Net::PacketSize = 1000;
|
||||
$pref::Net::PacketRateToClient = "64";
|
||||
$pref::Net::PacketSize = "1000";
|
||||
|
||||
|
||||
- To prevent the new UE box from popping up set,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue