disable messaging in plugin until implemented

pull/53/head
Zlatin Balevsky 2020-11-29 00:51:39 +00:00
parent 6cc91c4757
commit fe35316c1f
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 0 deletions

View File

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