summaryrefslogtreecommitdiff
path: root/npc/functions/asklanguage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/asklanguage.txt')
-rw-r--r--npc/functions/asklanguage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/asklanguage.txt b/npc/functions/asklanguage.txt
index cc3f5275..4bea4bd1 100644
--- a/npc/functions/asklanguage.txt
+++ b/npc/functions/asklanguage.txt
@@ -67,7 +67,7 @@ function script asklanguage {
.@menustr$ = .@menustr$ + .@flags$[.@i] + "|" + .@messages$[.@i] + .@separator$;
}
- select (.@menustr$);
+ select(.@menustr$);
.@lang = @menu - 1;