Revision e75cca5b
Added by Marc Dequènes about 14 years ago
- ID e75cca5bacfe5869dc590f2e26f65c4064216065
bin/mapmaker | ||
---|---|---|
bindtextdomain("cyborghood_mapmaker", {:path => Config::L10N_DIR, :charset => "UTF-8"})
|
||
|
||
class MapMaker < Cyborg
|
||
# load config before modules are included
|
||
Config.load(self.human_name)
|
||
|
||
include BotNetServer
|
||
|
||
def interface
|
Also available in: Unified diff
[fix] workaround config loaded too late (i need to find a better way to select code in the included modules)