home · contact · privacy
Client: In "Standing on", mark emptiness against lack of server input.
[plomrogue] / src / client / main.c
index 7b2e0f9219f1c3b5f496922c61774ad561112c6b..2c1fbf4f2b80f30c6b68eeb791b514927a307e49 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  = "012ciklm";
+    world.winDB.legal_ids  = "012cilms";
     char * path_server_in  = "server/in";
     char * path_server_out = "server/out";