Difference between revisions of "Talk:Creating New Subarenas"

From ASSS Wiki
Jump to: navigation, search
m (question about includes)
(No difference)

Revision as of 19:30, 16 January 2005

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?