change back thing

This commit is contained in:
Mister_Nebula 2021-01-31 15:29:39 +00:00
parent f90cbd51eb
commit 124cfd82ce

View File

@ -8,7 +8,7 @@ namespace QSB.SectorSync
{
public class SectorSync : MonoBehaviour
{
private const float CheckInterval = 0.2f;
private const float CheckInterval = 0.5f;
private float _checkTimer = CheckInterval;
public void Update()