fix: Fixes typo in ResetRng command (#1211)
This commit is contained in:
parent
49e6c6f2d1
commit
5151ff66b5
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue