Skip to content

Commit

Permalink
less cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Dec 3, 2023
1 parent e9a3456 commit c98114c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fact/playerDB.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,6 @@ func LoadPlayers(bootMode, minimize bool) {
removed++
continue
}
if tempData[pname].Level == 1 {
removed++
continue
}
if tempData[pname].Level > 0 {
tempData[pname].SusScore = 0
tempData[pname].BanReason = ""
Expand Down

0 comments on commit c98114c

Please sign in to comment.