Obsolete the Permissions.immunetoban field
This commit is contained in:
parent
24a4ab885c
commit
fe91cb0d41
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ namespace TShockAPI
|
|||
[Description("Prevents you from being kicked.")]
|
||||
public static readonly string immunetokick = "tshock.admin.nokick";
|
||||
|
||||
[Obsolete("Ban immunity is no longer available.")]
|
||||
[Description("Prevents you from being banned.")]
|
||||
public static readonly string immunetoban = "tshock.admin.noban";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue