Skip to content

Commit

Permalink
Actually add the versionInfo function to the RPC list.
Browse files Browse the repository at this point in the history
  • Loading branch information
RosaryMala committed Mar 29, 2017
1 parent bbaf321 commit 7c626ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/remotefortressreader/remotefortressreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7c626ba

Please sign in to comment.