Rephrase SSC login message to avoid grammar choice
This commit is contained in:
parent
215970bab2
commit
ea630e5aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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, since server side characters is enabled.", TShock.Config.CommandSpecifier);
|
args.Player.SendErrorMessage("Disabled. You need to {0}login to use your server inventory and items.", TShock.Config.CommandSpecifier);
|
||||||
}
|
}
|
||||||
else if (TShock.Config.RequireLogin && !args.Player.IsLoggedIn)
|
else if (TShock.Config.RequireLogin && !args.Player.IsLoggedIn)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue