"svn:/svn.code.sf.net/p/irrlicht/code/trunk@3778" did not exist on "a6e94cc3e97e5151ed2d34c4f8f8f561b1a5862c"
Commit 46a601f7 authored by nanahira's avatar nanahira

Merge branch 'master' into tcg_random

parents fb1b0d7c 7543da80
......@@ -3263,6 +3263,7 @@ spawn_windbot = () ->
windbot_process.stderr.on 'data', (data)->
log.warn 'WindBot Error:', data
return
return
if settings.modules.windbot.enabled and settings.modules.windbot.spawn
spawn_windbot()
......
......@@ -4173,7 +4173,7 @@
log.info('WindBot:', data);
});
windbot_process.stderr.setEncoding('utf8');
return windbot_process.stderr.on('data', function(data) {
windbot_process.stderr.on('data', function(data) {
log.warn('WindBot Error:', data);
});
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment