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