diff --git a/resources/[standalone]/nordi_tdm/config.lua b/resources/[standalone]/nordi_tdm/config.lua index 6aa6ff033..3cf4a16d7 100644 --- a/resources/[standalone]/nordi_tdm/config.lua +++ b/resources/[standalone]/nordi_tdm/config.lua @@ -1,13 +1,11 @@ Config = {} - -- Spielfelder Konfiguration Config.gameFields = { field1 = { name = "Arena 1", maxPlayers = 20, - -- Eigene Lobby für dieses Feld lobby = { pos = vector3(2022.6752, 2836.8718, 49.3064), @@ -127,7 +125,7 @@ Config.gameFields = { } } - +-- Team Masken Konfiguration Config.teamMasks = { team1 = { male = { @@ -158,3 +156,6 @@ Config.teamMasks = { -- Game Settings Config.maxGameTime = 600 -- 10 Minuten Config.maxHits = 30 -- Spiel endet bei 30 Treffern + +-- Debug Settings +Config.debugMode = true -- Set to false in production