mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
parent
6a2a6a769f
commit
49badd1665
@ -1473,7 +1473,8 @@ class PyLinkNetworkCoreWithUtils(PyLinkNetworkCore):
|
||||
|
||||
elif (their_ts < our_ts):
|
||||
if their_ts < 750000:
|
||||
log.warning('(%s) Possible desync? Not setting bogus TS %s on channel %s', self.name, their_ts, channel)
|
||||
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)
|
||||
else:
|
||||
log.debug('(%s) Resetting channel TS of %s from %s to %s (remote has lower TS)',
|
||||
self.name, channel, our_ts, their_ts)
|
||||
|
Loading…
Reference in New Issue
Block a user