Change diction to refer to "saved data" on Disable
This commit is contained in:
parent
ea630e5aa2
commit
7730faf94f
1 changed files with 1 additions and 1 deletions
|
|
@ -857,7 +857,7 @@ namespace TShockAPI
|
|||
}
|
||||
else if (args.Player.IsDisabledForSSC)
|
||||
{
|
||||
args.Player.SendErrorMessage("Disabled. You need to {0}login to use your server inventory and items.", TShock.Config.CommandSpecifier);
|
||||
args.Player.SendErrorMessage("Disabled. You need to {0}login to load your saved data.", TShock.Config.CommandSpecifier);
|
||||
}
|
||||
else if (TShock.Config.RequireLogin && !args.Player.IsLoggedIn)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue