add visible to debug gui

This commit is contained in:
Mister_Nebula 2021-10-20 20:54:34 +01:00
parent 44237e9dd0
commit ab6a356d5a

View File

@ -76,6 +76,8 @@ namespace QSB.Utility
offset2 += _debugLineSpacing;
GUI.Label(new Rect(420, offset2, 400f, 20f), $"Dead : {player.IsDead}", guiStyle);
offset2 += _debugLineSpacing;
GUI.Label(new Rect(420, offset2, 400f, 20f), $"Visible : {player.Visible}", guiStyle);
offset2 += _debugLineSpacing;
if (player.PlayerStates.IsReady && QSBCore.WorldObjectsReady)
{