Merge pull request #1082 from incontestableness/fixes
Fix typo causing nullnexus to always connect even when disabled
This commit is contained in:
commit
41b6456538
@ -210,7 +210,7 @@ static InitRoutine init([]() {
|
|||||||
|
|
||||||
nexus.setHandlerChat(handlers::message);
|
nexus.setHandlerChat(handlers::message);
|
||||||
nexus.setHandlerAuthedplayers(handlers::authedplayers);
|
nexus.setHandlerAuthedplayers(handlers::authedplayers);
|
||||||
if (*connect)
|
if (*enabled)
|
||||||
{
|
{
|
||||||
if (*proxyenabled)
|
if (*proxyenabled)
|
||||||
nexus.connectunix(*proxysocket, *endpoint, true);
|
nexus.connectunix(*proxysocket, *endpoint, true);
|
||||||
|
Reference in New Issue
Block a user