From d3ed3ec6ca2c32d8f200838f1dc26129c9191133 Mon Sep 17 00:00:00 2001 From: michcio Date: Sun, 7 Jun 2026 01:03:10 +0200 Subject: [PATCH] just why --- LabApi/Features/Wrappers/Players/Player.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LabApi/Features/Wrappers/Players/Player.cs b/LabApi/Features/Wrappers/Players/Player.cs index 8a13ff9..3f840e2 100644 --- a/LabApi/Features/Wrappers/Players/Player.cs +++ b/LabApi/Features/Wrappers/Players/Player.cs @@ -570,7 +570,8 @@ internal Player(ReferenceHub referenceHub) /// /// Gets the player's . /// - public GameObject? GameObject => ReferenceHub ? ReferenceHub.gameObject : null; + /// Can be null if the is null. + public GameObject GameObject => ReferenceHub.gameObject; /// /// Gets whether the player is the host or server.