diff options
Diffstat (limited to 'npc/002-5')
-rw-r--r-- | npc/002-5/main.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/002-5/main.txt b/npc/002-5/main.txt index 226f592bb..3e52aa573 100644 --- a/npc/002-5/main.txt +++ b/npc/002-5/main.txt @@ -37,7 +37,6 @@ L_Error: // Do not add .distance here. 002-5,40,26,0 script Elmo#002-5 NPC_ELMO,{ npctalk3 l("It won't be long before we reach our destination..."); - close2; // If player logged out during travel, this Elmo can reset player travel time. if (PC_DEST$ != "" && @timer_navio_running == 0) goto L_Timer; end; |