mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
parent
6a2a6a769f
commit
49badd1665
@ -1473,6 +1473,7 @@ class PyLinkNetworkCoreWithUtils(PyLinkNetworkCore):
|
|||||||
|
|
||||||
elif (their_ts < our_ts):
|
elif (their_ts < our_ts):
|
||||||
if their_ts < 750000:
|
if their_ts < 750000:
|
||||||
|
if their_ts != 0: # Sometimes unreal sends SJOIN with 0, don't warn for those
|
||||||
log.warning('(%s) Possible desync? Not setting bogus TS %s on channel %s', self.name, their_ts, channel)
|
log.warning('(%s) Possible desync? Not setting bogus TS %s on channel %s', self.name, their_ts, channel)
|
||||||
else:
|
else:
|
||||||
log.debug('(%s) Resetting channel TS of %s from %s to %s (remote has lower TS)',
|
log.debug('(%s) Resetting channel TS of %s from %s to %s (remote has lower TS)',
|
||||||
|
Loading…
Reference in New Issue
Block a user