Disable Rabi-Ribi module enabling. Rabi-Ribi module is unstable and

should not be enabled in a production environment.
This commit is contained in:
sigonasr2 2017-11-17 23:02:45 -06:00
parent 776bedf358
commit b197fbb2fb
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -212,11 +212,11 @@ public class sigIRC{
touhoumothermodule_Y = config.getInteger("TOUHOUMOTHER_module_Y",312);
touhoumothermodule_width = config.getInteger("TOUHOUMOTHER_module_width",320);
touhoumothermodule_height = config.getInteger("TOUHOUMOTHER_module_height",312);
rabiribimodule_X = config.getInteger("RABIRIBI_module_X",0);
/*rabiribimodule_X = config.getInteger("RABIRIBI_module_X",0);
rabiribimodule_Y = config.getInteger("RABIRIBI_module_Y",312);
rabiribimodule_width = config.getInteger("RABIRIBI_module_width",320);
rabiribimodule_height = config.getInteger("RABIRIBI_module_height",312);
rabiribimodule_enabled = config.getBoolean("Module_rabiribi_Enabled", false);
rabiribimodule_enabled = config.getBoolean("Module_rabiribi_Enabled", false);*/
rabiracemodule_X = config.getInteger("RABIRACE_module_X",0);
rabiracemodule_Y = config.getInteger("RABIRACE_module_Y",312);
rabiracemodule_width = config.getInteger("RABIRACE_module_width",320);