From 50f2df716b801f1ed9dfc77f8d1b4c7733c3a313 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sat, 31 Jul 2021 17:49:32 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EChris.MultiNPC.lsl=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chris.MultiNPC.lsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chris.MultiNPC.lsl b/Chris.MultiNPC.lsl index d9dc83f..7f28ff2 100644 --- a/Chris.MultiNPC.lsl +++ b/Chris.MultiNPC.lsl @@ -69,10 +69,10 @@ state running changed(integer change) { if (change & CHANGED_INVENTORY) - hardReset("change inventory"); + hardReset(""); if (change & CHANGED_REGION_START) - hardReset("region start"); + hardReset(""); } on_rez(integer start_param)