Skip to content

Commit

Permalink
grad replay fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Feb 9, 2018
1 parent 5816f08 commit ef76ece
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "node_modules\grad-fortifications\grad_fortifications.hpp"
#include "node_modules\grad-customGear\saveDialog\dialog.hpp"
#include "node_modules\grad_replay\ui\dialog.hpp"
#include "node_modules\grad-replay\ui\dialog.hpp"

class CfgFunctions {
#include "grad_carryBoat\cfgFunctions.hpp"
Expand All @@ -23,7 +23,7 @@ class CfgFunctions {
#include "grad_roadtrash\cfgFunctions.hpp"
#include "grad_emptycars\cfgFunctions.hpp"
#include "BC_objectives\cfgFunctions.hpp"
#include "node_modules\grad_replay\cfgFunctions.hpp"
#include "node_modules\grad-replay\cfgFunctions.hpp"
#include "node_modules\grad-customGear\cfgFunctions.hpp"
};

Expand Down
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"grad-customGear": "^2.0.0",
"grad-fortifications": "^0.3.6",
"grad-loadout": "^4.7.1",
"grad_replay": "github:gruppe-adler/grad_replay#master",
"grad-replay": "github:gruppe-adler/grad-replay#master",
"shk_pos": "github:gruppe-adler/shk_pos#master"
}
}

0 comments on commit ef76ece

Please sign in to comment.