Fixed a stupid bug where messages wouldn't be sent because of ClientVersion

pull/14/head
Sam Bosley 11 years ago
parent 2109ba38e6
commit 0cb23f07fa

@ -321,7 +321,7 @@ public class ActFmSyncThread {
continue;
}
payload.put(0, getClientVersion());
payload.put(getClientVersion());
try {
JSONObject response = actFmInvoker.postSync(payload, entity, token);

Loading…
Cancel
Save