mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +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"));
|
||||
do {
|
||||
try {
|
||||
if (!mShutdown) {
|
||||
if (mShutdown) {
|
||||
debug("shutdown during TCP wait for accept loop");
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user