Change command /datadump to /dump-reference-data
This commit is contained in:
parent
bdabf020d2
commit
aa2f040787
2 changed files with 2 additions and 2 deletions
|
|
@ -616,7 +616,7 @@ namespace TShockAPI
|
|||
{
|
||||
HelpText = "Sends a PM to a player."
|
||||
});
|
||||
add(new Command(Permissions.createdumps, CreateDumps, "datadump")
|
||||
add(new Command(Permissions.createdumps, CreateDumps, "dump-reference-data")
|
||||
{
|
||||
HelpText = "Creates a reference tables for Terraria data types and the TShock permission system in the server folder."
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue