Skip to content

Commit

Permalink
fix #1 - loadout application
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed Aug 8, 2017
1 parent 2c6b43a commit 7407fd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion USER/loadouts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/


loadoutFactionBlu = "BWFleck";
loadoutFactionBlu = "us_army";
loadoutFactionOpf = "";
loadoutFactionInd = "";

Expand Down
8 changes: 5 additions & 3 deletions description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ respawnOnStart = -1;
respawnDialog = 0;
disabledAI = 0;
allowFunctionsRecompile = 1;
//mcdiod, nomisum

enableDebugConsole = 1;
/*//mcdiod, nomisum
enableDebugConsole[] = {
"76561198044320063",
"76561197961080101"
};
};*/


//MISC =========================================================================
Expand All @@ -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"
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tvt-template",
"description": "Gruppe Adler TvT Template",
"version": "1.0.0",
"version": "1.0.1",
"contributors": [
{
"name": "McDiod"
Expand Down

0 comments on commit 7407fd2

Please sign in to comment.