summaryrefslogtreecommitdiff
path: root/npc/commands/ucp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/ucp.txt')
-rw-r--r--npc/commands/ucp.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt
index dbdf06221..8372502cf 100644
--- a/npc/commands/ucp.txt
+++ b/npc/commands/ucp.txt
@@ -12,6 +12,7 @@ function script UserCtrlPanel {
l("Rules"),
l("Game News"),
l("Account Information"),
+ l("Change Language"),
l("Quit");
switch (@menu)
@@ -46,7 +47,8 @@ function script UserCtrlPanel {
}
next;
break;
- case 7: close; break;
+ case 4: asklanguage(LANG_IN_SHIP); break;
+ case 5: close; break;
}
} while (1);
}