From 09ce285be5497d0746947d9c50317f9f5504b9e4 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 24 Nov 2013 18:44:50 -0600 Subject: [PATCH] fix reading death board with book --- SQF/dayz_code/Configs/CfgMagazines.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp index 65ba47d73..d1ff6c7a2 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -376,7 +376,8 @@ class CfgMagazines { class Obituaries { text = "Read Obituaries"; // TODO: localize - script = ";player removeMagazine _id;spawn player_deathBoard;"; + script = "spawn player_deathBoard;"; + }; }; };