Lua loaded records #9

Merged
Not merged 21 commits from partition into master 2022-12-06 19:05:51 +01:00
Showing only changes of commit f824e760e3 - Show all commits

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($)