From 1394fc8eb5c8c0ac49bb64ce1871a80470f058c3 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 6 Apr 2021 12:26:43 +0100 Subject: Streamline player abilities handling * Update player list gamemode on world change * Fix invisibility for spectators, use entity metadata * Populate m_World for cPlayers on load - Remove SendPlayerMaxSpeed, a duplicate of SendEntityProperties --- Server/Plugins/APIDump/APIDesc.lua | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Server/Plugins/APIDump/APIDesc.lua') 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.", -- cgit v1.2.3