X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=etc%2Fmudpy.conf;h=927b74b7c9fea390a236a41d53f0c5c1b9d93dcb;hp=01db1e9b06c61ad337a927eacfb31fc088765a86;hb=84f2fa2376d2202d09fea78e499fc644454a79ba;hpb=4c837dca8fc1c1c2a1e6cd3e86916b6df89a6894 diff --git a/etc/mudpy.conf b/etc/mudpy.conf index 01db1e9..927b74b 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", "command": "command.mpy", "internal": "internal.mpy", "location": "location.mpy", "menu": "menu.mpy", "other": "other.mpy", "prop": "prop.mpy" } +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" } include_dirs = "sample" include_files = "archetype.mpy" private_files = "account.mpy"