Update CharacterManager.cs
This commit is contained in:
parent
9c3d38e23d
commit
d68fe61d21
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ namespace TShockAPI.DB
|
|||
|
||||
if ((player.tempGroup != null && player.tempGroup.HasPermission(Permissions.bypassssc)) || player.Group.HasPermission(Permissions.bypassssc))
|
||||
{
|
||||
TShock.Log.ConsoleInfo("Skipping SSC Backup for " + player.User.Name);
|
||||
TShock.Log.ConsoleInfo("Skipping SSC Backup for " + player.User.Name); // Debug code
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue