This commit is contained in:
Bitl 2017-04-17 21:51:15 -07:00
parent fde49a2660
commit 87a8d590cc
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ rbxversion = version();
print("ROBLOX Client version '" .. rbxversion .. "' loaded.");
if (rbxversion ~= "0, 3, 809, 0") then
settings().Rendering.FrameRateManager = 2;
settings().Network.DataSendRate = 1000000;
settings().Network.PhysicsSendRate = 1000000;
settings().Network.ReceiveRate = 1000000;
settings().Network.DataSendRate = 30;
settings().Network.PhysicsSendRate = 20;
settings().Network.ReceiveRate = 60;
else
settings().Rendering.frameRateManager = 2;
settings().Rendering.graphicsMode = 2;

View File

@ -1,7 +1,7 @@
; Script generated by the Inno Script Studio Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define AppVer "1.10"
#define AppVer "1.11"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.