summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/RankManager.lua
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2017-08-25 14:43:18 +0200
committerAlexander Harkness <me@bearbin.net>2017-08-25 14:43:18 +0200
commitf4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7 (patch)
tree70139b1ad7ed221e4b75c3a9e247b337de68eb07 /Server/Plugins/APIDump/Classes/RankManager.lua
parentcompile.sh update. Fixed -d and -n, intelligent thread choice (#3960) (diff)
downloadcuberite-f4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7.tar
cuberite-f4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7.tar.gz
cuberite-f4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7.tar.bz2
cuberite-f4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7.tar.lz
cuberite-f4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7.tar.xz
cuberite-f4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7.tar.zst
cuberite-f4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7.zip
Diffstat (limited to '')
-rw-r--r--Server/Plugins/APIDump/Classes/RankManager.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/Server/Plugins/APIDump/Classes/RankManager.lua b/Server/Plugins/APIDump/Classes/RankManager.lua
index be2969298..d41201ca9 100644
--- a/Server/Plugins/APIDump/Classes/RankManager.lua
+++ b/Server/Plugins/APIDump/Classes/RankManager.lua
@@ -258,7 +258,7 @@ return
{
{
Name = "PlayerUUID",
- Type = "string",
+ Type = "cUUID",
},
},
Returns =
@@ -276,7 +276,7 @@ return
{
{
Name = "PlayerUUID",
- Type = "string",
+ Type = "cUUID",
},
},
Returns =
@@ -303,7 +303,7 @@ return
{
{
Name = "PlayerUUID",
- Type = "string",
+ Type = "cUUID",
},
},
Returns =
@@ -322,7 +322,7 @@ return
{
{
Name = "PlayerUUID",
- Type = "string",
+ Type = "cUUID",
},
},
Returns =
@@ -340,7 +340,7 @@ return
{
{
Name = "PlayerUUID",
- Type = "string",
+ Type = "cUUID",
},
},
Returns =
@@ -502,7 +502,7 @@ return
{
{
Name = "PlayerUUID",
- Type = "string",
+ Type = "cUUID",
},
},
Returns =
@@ -604,7 +604,7 @@ return
{
{
Name = "PlayerUUID",
- Type = "string",
+ Type = "cUUID",
},
},
Notes = "Removes the player's rank; the player's left without a rank. Note that this doesn't change the {{cPlayer}} instances for the already connected players, you need to update all the instances manually. No action if the player has no rank assigned to them already.",
@@ -699,7 +699,7 @@ return
{
{
Name = "PlayerUUID",
- Type = "string",
+ Type = "cUUID",
},
{
Name = "PlayerName",