diff --git a/qb/config.libs.sh b/qb/config.libs.sh index ddf4ce7f7c..8efb9be411 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -146,6 +146,7 @@ if [ "$HAVE_NETWORKING" = 'yes' ]; then HAVE_SOCKET_LEGACY='yes' fi HAVE_NETWORK_CMD='yes' + HAVE_NETPLAY='yes' else echo "Warning: All networking features have been disabled." HAVE_NETWORK_CMD='no'