mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
parent
667fa610ec
commit
2f4476eb0c
@ -112,7 +112,7 @@ class UnrealProtocol(TS6BaseProtocol):
|
|||||||
|
|
||||||
# Forward this on to SJOIN, as using JOIN in Unreal S2S seems to cause TS corruption bugs.
|
# Forward this on to SJOIN, as using JOIN in Unreal S2S seems to cause TS corruption bugs.
|
||||||
# This seems to be what Unreal itself does anyways.
|
# This seems to be what Unreal itself does anyways.
|
||||||
if channel not in self.channels and prefix == '':
|
if channel not in self.channels:
|
||||||
prefix = 'o' # Create new channels with the first joiner as op
|
prefix = 'o' # Create new channels with the first joiner as op
|
||||||
else:
|
else:
|
||||||
prefix = ''
|
prefix = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user