mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-17 14:01:03 +01:00
unreal: remove invalid comparison
(Regression from commit fac6fe506f9c58c3d96b0f6bea67a04da4a64632)
This commit is contained in:
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.
|
||||
# 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
|
||||
else:
|
||||
prefix = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user