summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/HTTPClientReceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/HTTPClientReceiver.cpp b/src/client/HTTPClientReceiver.cpp
index d3d677ad..2b9b2cce 100644
--- a/src/client/HTTPClientReceiver.cpp
+++ b/src/client/HTTPClientReceiver.cpp
@@ -224,7 +224,7 @@ void
HTTPClientReceiver::start(bool dump)
{
if (!_world->parser())
- _world->load_module("ingen_serialisation");
+ _world->load_module("serialisation");
SoupMessage* msg = soup_message_new("GET", (_url + "/stream").c_str());
assert(SOUP_IS_MESSAGE(msg));