A lot of updates

This commit is contained in:
WolverinDEV
2020-01-27 02:21:39 +01:00
parent 1de3eee117
commit aaea9b9339
33 changed files with 387 additions and 447 deletions
+1 -1
View File
@@ -378,7 +378,7 @@ FwIDAQAB
}
}
this->voiceServerManager = new ServerManager(this);
this->voiceServerManager = new VirtualServerManager(this);
if (!this->voiceServerManager->initialize(true)) {
logCritical(LOG_INSTANCE, "Could not load servers!");
delete this->voiceServerManager;