From 1775ebb703dcc6d219d69d52600af693220631bc Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 4 May 2026 21:36:11 +0000
Subject: [PATCH 1/2] Initial plan
From 2510598d8bb271592643080d0d69c6aa25291c97 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 4 May 2026 21:36:42 +0000
Subject: [PATCH 2/2] docs: remove 'open.mp only' note from IsGhostModeEnabled
documentation
Agent-Logs-Url: https://github.com/ikkentim/SampSharp/sessions/3d5ca825-7866-466b-94f1-345d89994e46
Co-authored-by: ikkentim <2820647+ikkentim@users.noreply.github.com>
---
src/SampSharp.OpenMp.Entities/SAMP/Components/Player.cs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/SampSharp.OpenMp.Entities/SAMP/Components/Player.cs b/src/SampSharp.OpenMp.Entities/SAMP/Components/Player.cs
index e4640c80..64957e4a 100644
--- a/src/SampSharp.OpenMp.Entities/SAMP/Components/Player.cs
+++ b/src/SampSharp.OpenMp.Entities/SAMP/Components/Player.cs
@@ -642,9 +642,8 @@ public virtual float Gravity
///
public virtual string ClientVersionName => _player.GetClientVersionName();
- // TODO: Is ghost mode only available for open-mp clients? If available for SA-MP clients, remove the 'open.mp only' note from the docs.
///
- /// Gets or sets a value indicating whether ghost mode is enabled for this player. (open.mp only)
+ /// Gets or sets a value indicating whether ghost mode is enabled for this player.
///
/// When enabled, other players will pass through this player as if they were not there.
public virtual bool IsGhostModeEnabled