Read PowerModule netmodule data and check for permissions

Removed leftover from previous commit. Fixed a typeo.
This commit is contained in:
Patrikkk 2020-05-25 01:36:26 +02:00
parent d253903de0
commit 6fa288e5db
2 changed files with 125 additions and 3 deletions

View file

@ -408,7 +408,7 @@ namespace TShockAPI
public static readonly string journey_biomespreadfreeze = "tshock.journey.biomespreadfreeze";
[Description("User can use Creative UI to set the NPC spawn rate of the world.")]
public static readonly string journey_setdawn = "tshock.journey.setspawnrate";
public static readonly string journey_setspawnrate = "tshock.journey.setspawnrate";
#endregion
#region Non-grouped
@ -513,7 +513,5 @@ namespace TShockAPI
File.WriteAllText("PermissionsDescriptions.txt", sb.ToString());
}
public static void FromJourneyModePermission(string tshockPermission)
}
}