mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
cleanups, diff minimization
This commit is contained in:
parent
4a5631fca6
commit
c49e2c1804
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ int EntityItem::readEntityDataFromBuffer(const unsigned char* data, int bytesLef
|
||||||
qCDebug(entities) << " fromSameServerEdit:" << fromSameServerEdit;
|
qCDebug(entities) << " fromSameServerEdit:" << fromSameServerEdit;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool ignoreServerPacket = false;
|
bool ignoreServerPacket = false; // assume we'll use this server packet
|
||||||
|
|
||||||
// If this packet is from the same server edit as the last packet we accepted from the server
|
// If this packet is from the same server edit as the last packet we accepted from the server
|
||||||
// we probably want to use it.
|
// we probably want to use it.
|
||||||
|
|
Loading…
Reference in a new issue