We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88f667 commit 7b84aacCopy full SHA for 7b84aac
Client/mods/deathmatch/logic/CClientStreamElement.cpp
@@ -94,7 +94,7 @@ void CClientStreamElement::InternalStreamOut(bool ignoreSendingEvent)
94
void CClientStreamElement::NotifyCreate()
95
{
96
// If the dimensions are different, stream out and do not continue
97
- if (GetDimension() != -1 && GetDimension() != m_pStreamer->m_usDimension)
+ if (GetDimension() != m_pStreamer->m_usDimension)
98
99
m_bStreamedIn = true; // InternalStreamOut need it
100
InternalStreamOut(true);
0 commit comments