From 5bb8501d3ef995bba880732fe97e7fde9238e2a1 Mon Sep 17 00:00:00 2001 From: Dale Schultz Date: Tue, 25 Apr 2017 20:45:50 -0400 Subject: [PATCH] Change LM2 MTS plugin to poll mode by default --- plugins/lm2_mts.plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lm2_mts.plugin b/plugins/lm2_mts.plugin index f6d1e723..03c7db8f 100644 --- a/plugins/lm2_mts.plugin +++ b/plugins/lm2_mts.plugin @@ -1,2 +1,2 @@ datasource.class=com.romraider.logger.external.innovate.lm2.mts.plugin.Lm2MtsDataSource -datasource.pollmode=false \ No newline at end of file +datasource.pollmode=true \ No newline at end of file