summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/RankManager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Server/Plugins/APIDump/Classes/RankManager.lua')
-rw-r--r--Server/Plugins/APIDump/Classes/RankManager.lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/Classes/RankManager.lua b/Server/Plugins/APIDump/Classes/RankManager.lua
index 9695117a6..be2969298 100644
--- a/Server/Plugins/APIDump/Classes/RankManager.lua
+++ b/Server/Plugins/APIDump/Classes/RankManager.lua
@@ -626,6 +626,22 @@ return
},
Notes = "Removes the specified rank. If ReplacementRankName is given, the players that have RankName will get their rank set to ReplacementRankName. If it isn't given, or is an invalid rank, the players will be removed from the manager, their ranks will be unset completely. Logs an info message and does nothing if the rank is not found.",
},
+ RemoveRestrictionFromGroup =
+ {
+ IsStatic = true,
+ Params =
+ {
+ {
+ Name = "Restriction",
+ Type = "string",
+ },
+ {
+ Name = "GroupName",
+ Type = "string",
+ },
+ },
+ Notes = "Removes the specified restriction from the specified group.",
+ },
RenameGroup =
{
IsStatic = true,