feat: Adds StaffAccess and ResetStaffDress commands (#895)

This commit is contained in:
Kamron Batman 2021-12-27 01:27:15 -08:00 committed by GitHub
parent a264f2a34e
commit 58190674f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 282 additions and 138 deletions

View file

@ -15,7 +15,8 @@ namespace Server.Commands
CommandSystem.Register("SignGen", AccessLevel.Administrator, SignGen_OnCommand);
}
[Usage("SignGen"), Description("Generates world/shop signs on all facets.")]
[Usage("SignGen")]
[Description("Generates world/shop signs on all facets.")]
public static void SignGen_OnCommand(CommandEventArgs c)
{
Parse(c.Mobile);