Revision e75cca5b
Added by Marc Dequènes about 14 years ago
- ID e75cca5bacfe5869dc590f2e26f65c4064216065
bin/mapmaker_client | ||
---|---|---|
bindtextdomain("cyborghood_mapmaker", {:path => Config::L10N_DIR, :charset => "UTF-8"})
|
||
|
||
class MapMakerClient < Cyborg
|
||
# load config before modules are included
|
||
Config.load
|
||
|
||
include BotNet
|
||
|
||
def start_work
|
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)