Make sure we send the commands list on first connection.

This commit is contained in:
Albert Vaca
2016-06-02 12:17:24 +02:00
parent 7a67274a18
commit 778d0d3d2e

View File

@@ -76,6 +76,7 @@ bool RunCommandPlugin::receivePackage(const NetworkPackage& np)
void RunCommandPlugin::connected()
{
sendConfig();
}
void RunCommandPlugin::sendConfig()