X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=etc%2Fmudpy.conf;h=7283f91168fb7acbea14a4f6e92c31b7545947a9;hp=3c1c17585ce0dbccf7c050c2d1d85f7c32922132;hb=b5573b6b7c51e99b109741af744cdfcbb632098e;hpb=7549f8f2b17705dcd20e9ae827f2f4d067d8d9a6 diff --git a/etc/mudpy.conf b/etc/mudpy.conf index 3c1c175..7283f91 100644 --- a/etc/mudpy.conf +++ b/etc/mudpy.conf @@ -1,9 +1,9 @@ -# Copyright (c) 2004-2010 Jeremy Stanley . Permission +# Copyright (c) 2004-2014 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. [__control__] -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" } +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.yaml" } include_dirs = "sample" include_files = "archetype.yaml" private_files = "account.mpy"