X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fmain.c;h=2c1fbf4f2b80f30c6b68eeb791b514927a307e49;hb=81630285494cf6d9e5ddd845e4e55702d87029b0;hp=50392015e0498cb7101bc9dbb7e56e52af6e631e;hpb=9ee3279f2caf89f2fdade2839840d2a07e86d50d;p=plomrogue diff --git a/src/client/main.c b/src/client/main.c index 5039201..2c1fbf4 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -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 = "012cilms"; char * path_server_in = "server/in"; char * path_server_out = "server/out";