diff --git a/dayz_code/actions/player_craftItem.sqf b/dayz_code/actions/player_craftItem.sqf index 0d499875c..79dadb916 100644 --- a/dayz_code/actions/player_craftItem.sqf +++ b/dayz_code/actions/player_craftItem.sqf @@ -58,11 +58,11 @@ if (inflamed cursorTarget and _canDo) then { _recipe_ItemTinBar = [ - [ ["ItemTinBar",1]], + [ ["ItemTinBar",1] ], [ ["TrashTinCan",6] ] ]; _recipe_ItemAluminumBar = [ - [ ["ItemAluminumBar",1]], + [ ["ItemAluminumBar",1] ], [ ["ItemSodaEmpty",6] ] ]; _recipe_ItemBronzeBar = [ diff --git a/dayz_code/config.cpp b/dayz_code/config.cpp index 6ba632565..4d002e194 100644 --- a/dayz_code/config.cpp +++ b/dayz_code/config.cpp @@ -33,7 +33,7 @@ class CfgMods hidePicture = 0; hideName = 0; action = "http://www.dayzepoch.com"; - version = "0.943"; + version = "0.944"; hiveVersion = 0.96; //0.93 }; }; diff --git a/dayz_code/rscTitles.hpp b/dayz_code/rscTitles.hpp index ddfd90aba..94f417048 100644 --- a/dayz_code/rscTitles.hpp +++ b/dayz_code/rscTitles.hpp @@ -87,7 +87,7 @@ class RscDisplayMain : RscStandardDisplay class DAYZ_Version : CA_Version { idc = -1; - text = "DayZ Epoch 0.943 (1.7.5.1)"; + text = "DayZ Epoch 0.944 (1.7.5.1)"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; class CA_TitleMainMenu;