diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-06 13:26:43 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-12 23:35:07 +0200 |
commit | 1394fc8eb5c8c0ac49bb64ce1871a80470f058c3 (patch) | |
tree | c2f244154cb90f814e448da9ab9cb09b430d6b1e /Server/Plugins/APIDump | |
parent | Fix block break particles (diff) | |
download | cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.gz cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.bz2 cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.lz cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.xz cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.tar.zst cuberite-1394fc8eb5c8c0ac49bb64ce1871a80470f058c3.zip |
Diffstat (limited to 'Server/Plugins/APIDump')
-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.", |