Fix some confusion introduced by 98eed42 and b184133

This commit is contained in:
SGKoishi 2025-03-15 14:09:00 +09:00
parent de30678153
commit 4e26051869
No known key found for this signature in database
GPG key ID: 8FFC399070653828
3 changed files with 17 additions and 5 deletions

View file

@ -346,9 +346,13 @@ namespace TShockAPI
[Description("User can change the homes of NPCs.")]
public static readonly string movenpc = "tshock.world.movenpc";
[Obsolete("Feature no longer available.")]
[Description("User can convert hallow into corruption and vice-versa.")]
public static readonly string converthardmode = "tshock.world.converthardmode";
[Description("User can use world-based permanent boosters like Advanced Combat Techniques")]
public static readonly string worldupgrades = "tshock.world.worldupgrades";
[Description("User can force the server to Halloween mode.")]
public static readonly string halloween = "tshock.world.sethalloween";