From 7407fd286c84f3d31f7179074fe54df2c360335f Mon Sep 17 00:00:00 2001 From: McDiod Date: Tue, 8 Aug 2017 12:06:27 +0200 Subject: [PATCH] fix #1 - loadout application --- USER/loadouts.hpp | 2 +- description.ext | 8 +++++--- package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/USER/loadouts.hpp b/USER/loadouts.hpp index 0a26cb6..0afe987 100644 --- a/USER/loadouts.hpp +++ b/USER/loadouts.hpp @@ -15,7 +15,7 @@ */ -loadoutFactionBlu = "BWFleck"; +loadoutFactionBlu = "us_army"; loadoutFactionOpf = ""; loadoutFactionInd = ""; diff --git a/description.ext b/description.ext index 6f2b26a..46ec382 100644 --- a/description.ext +++ b/description.ext @@ -16,11 +16,13 @@ respawnOnStart = -1; respawnDialog = 0; disabledAI = 0; allowFunctionsRecompile = 1; -//mcdiod, nomisum + +enableDebugConsole = 1; +/*//mcdiod, nomisum enableDebugConsole[] = { "76561198044320063", "76561197961080101" -}; +};*/ //MISC ========================================================================= @@ -29,9 +31,9 @@ enableDebugConsole[] = { #include "cfgIslands.hpp" #include "USER\missionInfo.hpp" #include "USER\garbageCollector.hpp" -#include "USER\loadouts.hpp" class missionsettings { + #include "USER\loadouts.hpp" #include "USER\respawnSettings.hpp" #include "USER\missionsettings.hpp" }; diff --git a/package.json b/package.json index 348f774..8d2594b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tvt-template", "description": "Gruppe Adler TvT Template", - "version": "1.0.0", + "version": "1.0.1", "contributors": [ { "name": "McDiod"