Actually add the versionInfo function to the RPC list.

develop
Japa 2017-03-29 22:05:49 +05:30
parent bbaf3210f1
commit 7c626ba3c2
1 changed files with 1 additions and 0 deletions

@ -250,6 +250,7 @@ DFhackCExport RPCService *plugin_rpcconnect(color_ostream &)
svc->addFunction("SendDigCommand", SendDigCommand);
svc->addFunction("SetPauseState", SetPauseState);
svc->addFunction("GetPauseState", GetPauseState);
svc->addFunction("GetVersionInfo", GetVersionInfo);
return svc;
}