summaryrefslogtreecommitdiff
path: root/src/clientprotocol.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-03-30 11:53:51 +0000
committerPeter Powell <petpow@saberuk.com>2019-03-30 11:53:51 +0000
commitbdded70ac222c997aea8e8fefb029571398c611e (patch)
tree7fc8e45890dd03e63945225b57849871d936bf96 /src/clientprotocol.cpp
parent180b8b6ab194fd74cb5c64fc3ec0775eb542451a (diff)
Rename OnClientProtocolPopulateTags to OnPopulateTags.
Diffstat (limited to 'src/clientprotocol.cpp')
-rw-r--r--src/clientprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientprotocol.cpp b/src/clientprotocol.cpp
index 212d65d6b..ee3909fbf 100644
--- a/src/clientprotocol.cpp
+++ b/src/clientprotocol.cpp
@@ -63,7 +63,7 @@ const ClientProtocol::SerializedMessage& ClientProtocol::Serializer::SerializeFo
if (!msg.msginit_done)
{
msg.msginit_done = true;
- FOREACH_MOD_CUSTOM(evprov, MessageTagProvider, OnClientProtocolPopulateTags, (msg));
+ FOREACH_MOD_CUSTOM(evprov, MessageTagProvider, OnPopulateTags, (msg));
}
return msg.GetSerialized(Message::SerializedInfo(this, MakeTagWhitelist(user, msg.GetTags())));
}