home · contact · privacy
Client: Apply new commands DB file format, fix wrong path to it.
[plomrogue] / src / client / command_db.c
index a37d0d52d83001b86e5cb467f5f97e98d684f2b9..6e43ff6c3da11cd7a89e8c9a0dfbacc3c962f430 100644 (file)
@@ -107,7 +107,7 @@ extern struct Command * get_command(char * dsc_short)
 
 extern void init_command_db()
 {
-    parse_file("confclient/new_commands", tokens_into_entries);
+    parse_file(world.path_commands, tokens_into_entries);
 }