Network/ENet: Refactor

This commit is contained in:
Lynix
2017-02-15 08:26:56 +01:00
parent df5d22eb30
commit 890b06bfcb
4 changed files with 40 additions and 14 deletions

View File

@@ -845,7 +845,7 @@ namespace Nz
if (!IsConnected())
return false;
m_packetThrottleInterval = NetToHost(command->throttleConfigure.packetThrottleInterval);
m_packetThrottleInterval = NetToHost(command->throttleConfigure.packetThrottleInterval);
m_packetThrottleAcceleration = NetToHost(command->throttleConfigure.packetThrottleAcceleration);
m_packetThrottleDeceleration = NetToHost(command->throttleConfigure.packetThrottleDeceleration);