mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
- bugfix for disconnected clients
This commit is contained in:
@@ -776,7 +776,7 @@ void ConnectionSlot::signalUpdate(ConnectionSlotEvent *event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool ConnectionSlot::updateCompleted(ConnectionSlotEvent *event) {
|
bool ConnectionSlot::updateCompleted(ConnectionSlotEvent *event) {
|
||||||
assert(slotThreadWorker != NULL);
|
//assert(slotThreadWorker != NULL);
|
||||||
|
|
||||||
//SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d] playerIndex = %d\n",__FILE__,__FUNCTION__,__LINE__,playerIndex);
|
//SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d] playerIndex = %d\n",__FILE__,__FUNCTION__,__LINE__,playerIndex);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user