summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/beds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/beds.txt b/npc/functions/beds.txt
index 8fa1e4b1..6d59a075 100644
--- a/npc/functions/beds.txt
+++ b/npc/functions/beds.txt
@@ -23,7 +23,7 @@ function script bedClic {
if (askyesno() == ASK_YES)
{
- savepointparticle (getarg (0), getarg (1), getarg (2), getarg (3));
+ savepointparticle getarg(0, ""), getarg(1, -1), getarg(2, -1), getarg(3, NO_INN);
}
closedialog;
close;