Fixed invalid nego
This commit is contained in:
parent
fd36ce87cf
commit
34e97b75aa
@ -330,7 +330,7 @@ shared_ptr<VirtualServer> VirtualServerManager::create_server(std::string hosts,
|
||||
}
|
||||
server->properties()[property::VIRTUALSERVER_HOST] = hosts;
|
||||
server->properties()[property::VIRTUALSERVER_PORT] = port;
|
||||
if(!config::server::default_music_bot) {
|
||||
if(config::server::default_music_bot) {
|
||||
auto bot = server->musicManager->createBot(0);
|
||||
if(!bot) {
|
||||
logCritical(server->getServerId(), "Failed to create default music bot!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user