Fixes issue not using UUID login when SSC is enabled
This commit is contained in:
parent
01486f7ba9
commit
1cb68cefd8
1 changed files with 1 additions and 1 deletions
|
|
@ -1463,7 +1463,7 @@ namespace TShockAPI
|
|||
{
|
||||
if (!group.HasPermission(Permissions.bypassssc))
|
||||
{
|
||||
return true;
|
||||
args.Player.PlayerData.RestoreCharacter(args.Player);
|
||||
}
|
||||
}
|
||||
args.Player.LoginFailsBySsi = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue