mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-12-11 20:15:10 +01:00
add IsHost to debug gui
This commit is contained in:
parent
5b14377637
commit
ada70a41de
@ -108,6 +108,7 @@ public class DebugGUI : MonoBehaviour, IAddComponentOnStart
|
||||
return;
|
||||
}
|
||||
|
||||
WriteLine(1, $"IsHost : {QSBCore.IsHost}");
|
||||
WriteLine(1, $"HasWokenUp : {QSBWorldSync.AllObjectsReady}");
|
||||
if (WakeUpSync.LocalInstance != null)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user