X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=etc%2Fmudpy.conf;h=86e656fbe71294a464c1971194ff56c6eef4036b;hp=d6f07f3f70afcf84fb1364bb51ac74b71f6c0615;hb=bf97afa561464e1609dc01571ddc4f19a0c22273;hpb=dcc88f964184b499d3ec6ed96b8aa438f2f98d55 diff --git a/etc/mudpy.conf b/etc/mudpy.conf index d6f07f3..86e656f 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.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.yaml", "other": "other.mpy", "prop": "prop.mpy" } include_dirs = "sample" include_files = "archetype.yaml" private_files = "account.mpy"