mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 08:15:35 +00:00
fix boolean expression (oof)
This commit is contained in:
parent
51dbfe0482
commit
b3256062f7
@ -632,7 +632,7 @@ void TTCPServer::operator()() {
|
|||||||
info(("Vehicle event network online"));
|
info(("Vehicle event network online"));
|
||||||
do {
|
do {
|
||||||
try {
|
try {
|
||||||
if (!mShutdown) {
|
if (mShutdown) {
|
||||||
debug("shutdown during TCP wait for accept loop");
|
debug("shutdown during TCP wait for accept loop");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user