From c98114c25c961b931ec8990f495203faca3ed3c0 Mon Sep 17 00:00:00 2001 From: Distortions81 Date: Sun, 3 Dec 2023 14:22:41 -0700 Subject: [PATCH] less cleaning --- fact/playerDB.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fact/playerDB.go b/fact/playerDB.go index 36733704..f6096e59 100755 --- a/fact/playerDB.go +++ b/fact/playerDB.go @@ -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 = ""