diff --git a/Projects/UOContent/Commands/ResetRng.cs b/Projects/UOContent/Commands/ResetRng.cs index 9b28d19fc..7927a0a4b 100644 --- a/Projects/UOContent/Commands/ResetRng.cs +++ b/Projects/UOContent/Commands/ResetRng.cs @@ -6,10 +6,10 @@ public class ResetRng { public static void Initialize() { - CommandSystem.Register("RestRng", AccessLevel.Administrator, ResetRng_OnCommand); + CommandSystem.Register("ResetRng", AccessLevel.Administrator, ResetRng_OnCommand); } - [Usage("RestRng")] + [Usage("ResetRng")] [Description( "Resets the global RNG. Use with care! Do not reset often as this will affect the over-all distribution." )]