X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=etc%2Fmudpy.conf;h=d6f07f3f70afcf84fb1364bb51ac74b71f6c0615;hp=4a1a92200bfe5f20e6024467d216e02d68b1313e;hb=24e9c787ca5751b65594737eb9ce1f42656de1be;hpb=4ecc276f44a9eb2582334fe98a59cfe482092cfe diff --git a/etc/mudpy.conf b/etc/mudpy.conf index 4a1a922..d6f07f3 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.mpy", "internal": "internal.mpy", "menu": "menu.mpy", "other": "other.mpy", "prop": "prop.mpy" } +default_files = { "account": "account.mpy", "actor": "actor.mpy", "area": "area.mpy", "command": "command.yaml", "internal": "internal.mpy", "menu": "menu.mpy", "other": "other.mpy", "prop": "prop.mpy" } include_dirs = "sample" include_files = "archetype.yaml" private_files = "account.mpy"