OsMo rollback.
This commit is contained in:
parent
9de56069e4
commit
7eff44bddf
1 changed files with 1 additions and 1 deletions
|
@ -193,8 +193,8 @@ public class OsMoGroups implements OsMoReactor, OsmoTrackerListener {
|
||||||
disconnectAllGroupUsers(group);
|
disconnectAllGroupUsers(group);
|
||||||
disableGroupTracks(group, group.groupTracks);
|
disableGroupTracks(group, group.groupTracks);
|
||||||
disableGroupTracks(group, Collections.singleton(group.name + " points.gpx"));
|
disableGroupTracks(group, Collections.singleton(group.name + " points.gpx"));
|
||||||
processed = true;
|
|
||||||
}
|
}
|
||||||
|
processed = true;
|
||||||
}
|
}
|
||||||
} else if (command.equalsIgnoreCase("GROUP_CONNECT")) {
|
} else if (command.equalsIgnoreCase("GROUP_CONNECT")) {
|
||||||
group = storage.getGroup(gid);
|
group = storage.getGroup(gid);
|
||||||
|
|
Loading…
Reference in a new issue