summaryrefslogtreecommitdiff
path: root/src/net/tmwa/guildmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/guildmanager.cpp')
-rw-r--r--src/net/tmwa/guildmanager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/tmwa/guildmanager.cpp b/src/net/tmwa/guildmanager.cpp
index df73a6c40..2e33e3372 100644
--- a/src/net/tmwa/guildmanager.cpp
+++ b/src/net/tmwa/guildmanager.cpp
@@ -221,7 +221,7 @@ void GuildManager::updateList()
actorManager->updatePlayerColors();
}
if (socialWindow != nullptr)
- socialWindow->updateGuildCounter();
+ socialWindow->updateGuildCounter(0, 0);
}
mTempList.clear();
mSentInfoRequest = false;
@@ -285,7 +285,7 @@ bool GuildManager::process(std::string msg)
if (mTab != nullptr)
mTab->showOnline(msg, Online_false);
if (socialWindow != nullptr)
- socialWindow->updateGuildCounter();
+ socialWindow->updateGuildCounter(0, 0);
return true;
}
else if (!haveNick && findCutLast(msg, " is now Online."))
@@ -305,7 +305,7 @@ bool GuildManager::process(std::string msg)
if (mTab != nullptr)
mTab->showOnline(msg, Online_true);
if (socialWindow != nullptr)
- socialWindow->updateGuildCounter();
+ socialWindow->updateGuildCounter(0, 0);
return true;
}
else if (findCutFirst(msg, "Welcome to the "))