Talk:Creating New Subarenas

From ASSS Wiki
Revision as of 19:30, 16 January 2005 by Grelminar (talk | contribs) (question about includes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Who wrote this bit: "If you use ?makearena and arenas/(default)/arena.conf #include's local files such as flags.conf then the server will generate errors as it will not be able to find these in the new arena's directory." ?

Because that's not supposed to happen: if you put #include flags.conf in arenas/foo/arena.conf, and arenas/foo/flags.conf doesn't exist, it's supposed to use arenas/(default)/flags.conf. Is that not working?