X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fmain.c;h=2c1fbf4f2b80f30c6b68eeb791b514927a307e49;hb=e45e336049b205cdf51d64e610cd75974e5f1f7b;hp=4bf6461923bac4c8868de633198b6379f583f68f;hpb=b566b9e2b3689238911283d2bbaffa21c21b1f14;p=plomrogue diff --git a/src/client/main.c b/src/client/main.c index 4bf6461..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 = "012cilma"; + world.winDB.legal_ids = "012cilms"; char * path_server_in = "server/in"; char * path_server_out = "server/out";