aaaaaaaaaa

This commit is contained in:
Ivan Filipenkov 2023-08-18 18:25:04 +03:00
parent 5e4c576a79
commit b0a384972f

View file

@ -136,7 +136,7 @@ namespace DangerousD.GameCore
_currTime += gameTime.ElapsedGameTime.Milliseconds;
if (AppManager.Instance.NetworkTasks.Count > 0)
{
if (_currTime - _lastUpdate > 800)
if (_currTime - _lastUpdate > 50)
{
AppManager.Instance.DebugHUD.Log("sending");
AppManager.Instance.NetworkManager.SendMsg(AppManager.Instance.NetworkTasks.ToList());