Fix /login /user being logged
This commit is contained in:
parent
e4ee06f659
commit
31cf5c1ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ namespace TShockAPI
|
|||
}
|
||||
else
|
||||
{
|
||||
if (!cmdText.Contains("login") || !cmdText.Contains("user"))
|
||||
if (!cmdText.Contains("login") && !cmdText.Contains("user"))
|
||||
{
|
||||
Tools.SendLogs(string.Format("{0} executed: /{1}", player.Name, cmdText), Color.Red);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue