diff options
Diffstat (limited to 'Server/Plugins')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index bffc40928..bebcda6d6 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -10781,16 +10781,6 @@ a_Player:OpenWindow(Window); }, Notes = "Returns true if the player is satiated (cannot eat).", }, - IsVisible = - { - Returns = - { - { - Type = "boolean", - }, - }, - Notes = "Returns true if the player is visible to other players", - }, LoadRank = { Notes = "Reloads the player's rank, message visuals and permissions from the {{cRankManager}}, based on the player's current rank.", |