mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 13:30:40 +00:00
fix boolean expression (oof)
This commit is contained in:
committed by
Anonymous275
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user