From a0496073dad7d3a0ca5e99587d7fc9ab981a7079 Mon Sep 17 00:00:00 2001 From: beu Date: Fri, 14 Feb 2025 16:51:16 +0100 Subject: [PATCH] fix missing constant --- TM_MultiLivesKnockout.Script.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TM_MultiLivesKnockout.Script.txt b/TM_MultiLivesKnockout.Script.txt index e61d1bf..cb1bda8 100644 --- a/TM_MultiLivesKnockout.Script.txt +++ b/TM_MultiLivesKnockout.Script.txt @@ -4,7 +4,7 @@ #Extends "Modes/Nadeo/Trackmania/Base/TrackmaniaRoundsBase.Script.txt" #Const CompatibleMapTypes "TrackMania\\TM_Race,TM_Race" -#Const Version "2025-02-09" +#Const Version "2025-02-14" #Const ScriptName "Modes/TM2020-Gamemodes/TM_MultiLivesKnockout.Script.txt" // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // @@ -76,6 +76,7 @@ #Const C_HudModulePath "" //< Path to the hud module #Const C_ManiaAppUrl "file://Media/ManiaApps/Nadeo/Trackmania/Modes/Knockout.Script.txt" //< Url of the mania app +#Const C_FakeUsersNb 0 #Const C_ElimMode_Rounds 2 #Const C_ElimMode_Lives 1