add IsHost to debug gui

This commit is contained in:
_nebula 2024-05-05 14:15:57 +01:00
parent 5b14377637
commit ada70a41de

View File

@ -108,6 +108,7 @@ public class DebugGUI : MonoBehaviour, IAddComponentOnStart
return;
}
WriteLine(1, $"IsHost : {QSBCore.IsHost}");
WriteLine(1, $"HasWokenUp : {QSBWorldSync.AllObjectsReady}");
if (WakeUpSync.LocalInstance != null)
{