remove StatTrack

This commit is contained in:
Not 2022-10-08 02:11:55 +02:00
parent 107a81f67c
commit f824e760e3
1 changed files with 0 additions and 4 deletions

View File

@ -28,9 +28,6 @@ local RedFlash = {
[1] = 0
}
-- Tracks if stats have been written or not
local StatTrack = false
local UNCLAIMED = "Unclaimed Record"
local HELP_MESSAGE = "\x89Leaderboard Commands:\nretry exit findmap changelevel spba_clearcheats lb_gui rival scroll encore records levelselect"
local FILENAME = "leaderboard.txt"
@ -1405,7 +1402,6 @@ local function netvars(net)
splits = net($)
prevLap = net($)
drawState = net($)
StatTrack = net($)
EncoreInitial = net($)
MapRecords = net($)
TimeFinished = net($)