summaryrefslogtreecommitdiff
path: root/src/channels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 133a58cda..5e3bafa6e 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -90,6 +90,7 @@ void Channel::Reset()
void Channel::Sync()
{
+ syncing = false;
FOREACH_MOD(OnChannelSync, (this));
}