mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-07 13:05:41 +00:00
Update SectorSync.cs
This commit is contained in:
parent
d739be6f95
commit
98520e5e0c
@ -9,6 +9,9 @@ namespace QSB.SectorSync
|
||||
{
|
||||
public class SectorSync : MonoBehaviour, IRepeating
|
||||
{
|
||||
private void OnEnable() => RepeatingManager.Repeatings.Add(this);
|
||||
private void OnDisable() => RepeatingManager.Repeatings.Remove(this);
|
||||
|
||||
public void Invoke()
|
||||
{
|
||||
if (!QSBSectorManager.Instance.IsReady)
|
||||
|
Loading…
Reference in New Issue
Block a user