added better error reporting

26c0b620f86e37a220f2cd92fec7b7c306302a6b

BPplays <andymalbp@gmail.com>

1 files changed, +1 -1Ignore whitespace
server.js+1 -1
@@ -950,7 +950,7 @@ async function startServer() {
950950 }
951951
952952 if (!useIPv6 && !useIPv6) {
953953 console.error('Both IPv6 and IPv4 are disabled,\nP.S. you should never see this error, at least at one point it was checked for before this, with the rest of the config options');
954954 process.exit(1)
955955 }
956956