diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-15 15:48:19 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-15 15:50:32 -0300 |
| commit | 8082c228c5d618e6f865f76b4d0518c2fde573ec (patch) | |
| tree | 59e61abe98c3060fb1eb3677b9dbbb744c92174a /src/communication.cc | |
| parent | e4b8bf807b76f6f446d9617d9a3957dc77dd6e90 (diff) | |
| download | game-8082c228c5d618e6f865f76b4d0518c2fde573ec.tar.gz game-8082c228c5d618e6f865f76b4d0518c2fde573ec.zip | |
wrapping up for a public release
Diffstat (limited to 'src/communication.cc')
| -rw-r--r-- | src/communication.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/communication.cc b/src/communication.cc index b981d1e..f9a1753 100644 --- a/src/communication.cc +++ b/src/communication.cc @@ -1232,7 +1232,7 @@ void IncrementActiveConnections(void){ void DecrementActiveConnections(void){ CommunicationThreadMutex.down(); - ActiveConnections += 1; + ActiveConnections -= 1; CommunicationThreadMutex.up(); } |
