RecaptureLite
Results
1
comments of
RecaptureLite
> Change this line: > https://github.com/Arizard/deathrun/blob/0d8c3970435662903011653a9f0ffac22d0c6729/gamemode/sh_statistics.lua#L41 > > To: > > ```lua > res = sql.Query("SELECT sid64, MIN(seconds) as svalue FROM deathrun_records WHERE mapname = '" .. game.GetMap() .. "'...