totally fucked up

This commit is contained in:
WolverinDEV
2020-03-17 12:08:07 +01:00
parent 58666b8906
commit d6f483a019
43 changed files with 1155 additions and 985 deletions
+1 -1
View File
@@ -444,6 +444,6 @@ void VirtualServerManager::tickHandshakeClients() {
for(const auto& server : this->serverInstances()) {
auto vserver = server->getVoiceServer();
if(vserver)
vserver->tickHandshakingClients();
vserver->tickClients();
}
}