X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=etc%2Fmudpy.conf;h=3c1c17585ce0dbccf7c050c2d1d85f7c32922132;hp=86e656fbe71294a464c1971194ff56c6eef4036b;hb=e4630c45b210075144aa416151278905182e93ba;hpb=5c8dc88ec1007fe10891aecb8261cf5bd28b74e2 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"