RegionManager now says "you must be logged in"
This commit is contained in:
parent
d971db165c
commit
2f0d407dec
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ namespace TShockAPI.DB
|
|||
{
|
||||
if (!ply.HasBeenNaggedAboutLoggingIn)
|
||||
{
|
||||
ply.SendMessage("You must be TShock.Logged in to take advantage of protected regions.", Color.Red);
|
||||
ply.SendMessage("You must be logged in to take advantage of protected regions.", Color.Red);
|
||||
ply.HasBeenNaggedAboutLoggingIn = true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue