From 5076df7f376574814f37075802e6d20da05d1056 Mon Sep 17 00:00:00 2001 From: Beu Date: Tue, 12 Mar 2024 16:40:30 +0100 Subject: [PATCH] add mslint-disable-line to prevent warning --- TM_DebugMode.Script.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TM_DebugMode.Script.txt b/TM_DebugMode.Script.txt index e1c91d5..341c564 100644 --- a/TM_DebugMode.Script.txt +++ b/TM_DebugMode.Script.txt @@ -6,14 +6,14 @@ #Extends "Modes/TrackMania/TM_Rounds_Online.Script.txt" // #RequireContext CSmMode -#Include "TimeLib" as DebugMode_TiL -#Include "MathLib" as DebugMode_ML -#Include "TextLib" as DebugMode_TL +#Include "TimeLib" as DebugMode_TiL // @mslint-disable-line include-use-common-namespace +#Include "MathLib" as DebugMode_ML // @mslint-disable-line include-use-common-namespace +#Include "TextLib" as DebugMode_TL // @mslint-disable-line include-use-common-namespace // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Constants // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -#Const C_DebugMode_Version "2024-02-09" +#Const C_DebugMode_Version "2024-03-12" #Const C_DebugMode_MainUI "DebugMode_MainUI" // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //