summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-5/nylo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt
index 163e1736f..91b04e71c 100644
--- a/npc/005-5/nylo.txt
+++ b/npc/005-5/nylo.txt
@@ -119,7 +119,7 @@ L_Main:
// Create the Marggo
.@INSTID = instance_create("MRGX@"+(.@ID), 0, IOT_NONE);
- if (@INSTID < 0)
+ if (.@INSTID < 0)
.@instanceMapName$ = "";
else
.@instanceMapName$ = instance_attachmap("005-1-1", .@INSTID, 0, .@MAP$);