diff options
| author | 2020-01-03 20:48:07 +0000 | |
|---|---|---|
| committer | 2020-01-03 21:01:52 +0000 | |
| commit | a9e8e1f03ace24e9dcb50299f8e66c5fd6b42850 (patch) | |
| tree | 4396a3cf211c68b5739afa2c67ba856739dccf1f /src/clientprotocol.cpp | |
| parent | Bind ports before loading modules. (diff) | |
Add an event provider class for the event/messagetag event.
Diffstat (limited to 'src/clientprotocol.cpp')
| -rw-r--r-- | src/clientprotocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientprotocol.cpp b/src/clientprotocol.cpp index ee3909fbf..19fdbb2c9 100644 --- a/src/clientprotocol.cpp +++ b/src/clientprotocol.cpp @@ -21,7 +21,7 @@ ClientProtocol::Serializer::Serializer(Module* mod, const char* Name) : DataProvider(mod, std::string("serializer/") + Name) - , evprov(mod, "event/messagetag") + , evprov(mod) { } |
