add mslint-disable-line to prevent warning
This commit is contained in:
parent
7b939d0a62
commit
5076df7f37
@ -6,14 +6,14 @@
|
|||||||
#Extends "Modes/TrackMania/TM_Rounds_Online.Script.txt"
|
#Extends "Modes/TrackMania/TM_Rounds_Online.Script.txt"
|
||||||
|
|
||||||
// #RequireContext CSmMode
|
// #RequireContext CSmMode
|
||||||
#Include "TimeLib" as DebugMode_TiL
|
#Include "TimeLib" as DebugMode_TiL // @mslint-disable-line include-use-common-namespace
|
||||||
#Include "MathLib" as DebugMode_ML
|
#Include "MathLib" as DebugMode_ML // @mslint-disable-line include-use-common-namespace
|
||||||
#Include "TextLib" as DebugMode_TL
|
#Include "TextLib" as DebugMode_TL // @mslint-disable-line include-use-common-namespace
|
||||||
|
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
||||||
// Constants
|
// Constants
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
||||||
#Const C_DebugMode_Version "2024-02-09"
|
#Const C_DebugMode_Version "2024-03-12"
|
||||||
#Const C_DebugMode_MainUI "DebugMode_MainUI"
|
#Const C_DebugMode_MainUI "DebugMode_MainUI"
|
||||||
|
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
|
||||||
|
Loading…
Reference in New Issue
Block a user