Change diction to refer to "saved data" on Disable

This commit is contained in:
Lucas Nicodemus 2017-12-21 08:22:51 -07:00
parent ea630e5aa2
commit 7730faf94f

View file

@ -857,7 +857,7 @@ namespace TShockAPI
} }
else if (args.Player.IsDisabledForSSC) 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) else if (TShock.Config.RequireLogin && !args.Player.IsLoggedIn)
{ {