mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Fix crafting issue
This commit is contained in:
@@ -24,7 +24,7 @@ class ItemEtool : ItemCore
|
||||
/*class Use
|
||||
{
|
||||
text=$STR_CREATE_STASH;
|
||||
script="spawn player_createstash; r_action_count = r_action_count + 1;";
|
||||
script="spawn player_createstash;"; // r_action_count = r_action_count + 1;
|
||||
};*/
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user