summaryrefslogtreecommitdiff
path: root/library/RemoteServer.cpp
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-03-15 14:06:50 +0400
committerAlexander Gavrilov2012-03-15 14:06:50 +0400
commit605ee9669a5cd4d2f69ca8adcbe96c9e62671b87 (patch)
tree6911bc96468e506ed7cbc3d1b8a69e9615dda0b2 /library/RemoteServer.cpp
parent87f925e72e7c6f923a595cc930728483a3f1422e (diff)
downloaddfhack-605ee9669a5cd4d2f69ca8adcbe96c9e62671b87.tar.gz
dfhack-605ee9669a5cd4d2f69ca8adcbe96c9e62671b87.tar.bz2
dfhack-605ee9669a5cd4d2f69ca8adcbe96c9e62671b87.tar.xz
Plugin-exported functions now actually work.
Diffstat (limited to 'library/RemoteServer.cpp')
-rw-r--r--library/RemoteServer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/RemoteServer.cpp b/library/RemoteServer.cpp
index 9d55da12..14b64f19 100644
--- a/library/RemoteServer.cpp
+++ b/library/RemoteServer.cpp
@@ -192,6 +192,7 @@ ServerFunctionBase *ServerConnection::findFunction(color_ostream &out, const std
return NULL;
}
+ svc->finalize(this, &functions);
plugin_services[plugin] = svc;
}
}