Disable vanilla base building actions for now

Since we are not going to use vanilla base building.
This commit is contained in:
ebaydayz
2016-09-12 16:11:22 -04:00
parent a09e364ec1
commit c7a6c71330
3 changed files with 9 additions and 11 deletions

View File

@@ -191,14 +191,14 @@ dayz_resetSelfActions = {
s_player_attach_bomb = -1;
s_player_upgradestorage = -1;
s_player_Drinkfromhands = -1;
s_player_lockhouse = -1;
/*s_player_lockhouse = -1; //Vanilla base building currently not used in Epoch
s_player_unlockhouse = -1;
s_player_openGate = -1;
s_player_CloseGate = -1;
s_player_breakinhouse = -1;
s_player_setCode = -1;
s_player_BuildUnLock = -1;
s_player_BuildLock = -1;
s_player_BuildLock = -1;*/
// EPOCH ADDITIONS
s_player_packvault = -1;