summaryrefslogtreecommitdiff
path: root/npc/functions/savepoint.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/savepoint.txt')
-rw-r--r--npc/functions/savepoint.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt
index 20785708..783cf613 100644
--- a/npc/functions/savepoint.txt
+++ b/npc/functions/savepoint.txt
@@ -14,4 +14,5 @@ function script SavePoint {
savepoint getarg(0), getarg(1), getarg(2);
misceffect2 4, getcharid(3);
+ return;
}