Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
terminator-97 committed Jan 10, 2021
1 parent dc9ee19 commit b971174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCPUtils/Functions/Functions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void PostLoadPlayer(Exiled.API.Features.Player player)
ServerStatic.PermissionsHandler._members.Add(player.UserId, databasePlayer.PreviousBadge);
}
databasePlayer.PreviousBadge = "";
if (!databasePlayer.KeepPreferences) databasePlayer.ResetPreferences();
// if (!databasePlayer.KeepPreferences) databasePlayer.ResetPreferences();

}
}
Expand Down

0 comments on commit b971174

Please sign in to comment.