X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=etc%2Fmudpy.conf;h=3c1c17585ce0dbccf7c050c2d1d85f7c32922132;hb=7a95ccb0bbb7b06bc6b6e2bbbc160993eb34e320;hp=86e656fbe71294a464c1971194ff56c6eef4036b;hpb=98b62acdb20ee089cbe31b6f0058d96449ab937c;p=mudpy.git diff --git a/etc/mudpy.conf b/etc/mudpy.conf index 86e656f..3c1c175 100644 --- a/etc/mudpy.conf +++ b/etc/mudpy.conf @@ -3,7 +3,7 @@ # terms provided in the LICENSE file distributed with this software. [__control__] -default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.mpy", "command": "command.yaml", "internal": "internal.mpy", "menu": "menu.yaml", "other": "other.mpy", "prop": "prop.mpy" } +default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.yaml", "command": "command.yaml", "internal": "internal.mpy", "menu": "menu.yaml", "other": "other.mpy", "prop": "prop.mpy" } include_dirs = "sample" include_files = "archetype.yaml" private_files = "account.mpy"