From f4f2fc7c3d76eb3dc5a91c5eefb36c10597d6cb7 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Fri, 25 Aug 2017 13:43:18 +0100 Subject: Add cUUID class (#3871) --- Server/Plugins/APIDump/Classes/RankManager.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Server/Plugins/APIDump/Classes/RankManager.lua') 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", -- cgit v1.2.3