summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regchannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp
index c507a4277..e7bea1c83 100644
--- a/src/regchannel.cpp
+++ b/src/regchannel.cpp
@@ -422,7 +422,7 @@ Serializable* ChannelInfo::unserialize(Serializable *obj, Serialize::Data &data)
--ci->founder->channelcount;
ci->founder = findcore(data["founder"].astr());
if (ci->founder)
- --ci->founder->channelcount;
+ ++ci->founder->channelcount;
}
if (data.count("successor") > 0)
{