We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b423c6 + d88f667 commit c184e91Copy full SHA for c184e91
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() != m_pStreamer->m_usDimension)
+ if (GetDimension() != -1 && GetDimension() != m_pStreamer->m_usDimension)
98
99
m_bStreamedIn = true; // InternalStreamOut need it
100
InternalStreamOut(true);
0 commit comments