forked from Not/srb2k-leaderboard
disable on battle maps
This commit is contained in:
parent
4f138797a9
commit
5a74a428b1
@ -330,7 +330,7 @@ local function initLeaderboard(player)
|
|||||||
else
|
else
|
||||||
disable = disable or not singleplayer()
|
disable = disable or not singleplayer()
|
||||||
end
|
end
|
||||||
disable = $ or not cv_enable.value
|
disable = $ or not cv_enable.value or not (maptol & (TOL_SP | TOL_RACE))
|
||||||
|
|
||||||
-- Restore encore mode to initial value
|
-- Restore encore mode to initial value
|
||||||
if disable and EncoreInitial != nil then
|
if disable and EncoreInitial != nil then
|
||||||
|
Loading…
Reference in New Issue
Block a user