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

should not be enabled in a production environment.
dev
sigonasr2 7 years ago
parent 776bedf358
commit b197fbb2fb
  1. BIN
      sigIRCv2.jar
  2. 4
      src/sig/sigIRC.java

Binary file not shown.

@ -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);

Loading…
Cancel
Save