mirror of https://github.com/zlatinb/muwire
disable messaging in plugin until implemented
parent
6cc91c4757
commit
fe35316c1f
|
@ -105,6 +105,7 @@ public class MuWireClient {
|
|||
reader.close();
|
||||
|
||||
MuWireSettings settings = new MuWireSettings(props);
|
||||
settings.setAllowMessages(false);
|
||||
Core core = new Core(settings, new File(home), version);
|
||||
setCore(core);
|
||||
MWStarter starter = new MWStarter(core, this);
|
||||
|
|
Loading…
Reference in New Issue