/stats is now /serverinfo
This commit is contained in:
parent
4cb36c4e37
commit
db5e88acf7
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
HelpText = "Slaps a player, dealing damage."
|
HelpText = "Slaps a player, dealing damage."
|
||||||
});
|
});
|
||||||
add(new Command(Permissions.serverinfo, ServerInfo, "stats")
|
add(new Command(Permissions.serverinfo, ServerInfo, "serverinfo")
|
||||||
{
|
{
|
||||||
HelpText = "Shows the server information."
|
HelpText = "Shows the server information."
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue