fix wrong stringtable call

This commit is contained in:
HARLAN
2013-12-16 10:56:48 -05:00
parent b76362cfac
commit ca3f31e1c3

View File

@@ -3116,7 +3116,7 @@ class CfgMagazines {
};
class Crafting
{
text = $STR_EPOCH_PLAYER_241;
text = $STR_EPOCH_PLAYER_240;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemToolbox"};