home · contact · privacy
Client: Further simplify display of available keybindings.
[plomrogue] / src / client / main.c
index 50392015e0498cb7101bc9dbb7e56e52af6e631e..4bf6461923bac4c8868de633198b6379f583f68f 100644 (file)
@@ -33,7 +33,7 @@ int main(int argc, char * argv[])
     /* Declare hard-coded paths and values here. */
     world.path_commands    = "confclient/commands";
     world.path_interface   = "confclient/interface_conf";
-    world.winDB.legal_ids  = "012cilmag";
+    world.winDB.legal_ids  = "012cilma";
     char * path_server_in  = "server/in";
     char * path_server_out = "server/out";