Skip to content

Commit 959dde2

Browse files
committed
Revert "Fix onClientElementInteriorChange is triggered even if the element already in the same interior (#2305)"
This reverts commit d3ef49a in order to fix issue #2309 for now.
1 parent 966de4e commit 959dde2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Client/mods/deathmatch/logic/CClientEntity.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,9 +1298,6 @@ unsigned char CClientEntity::GetInterior()
12981298

12991299
void CClientEntity::SetInterior(unsigned char ucInterior)
13001300
{
1301-
if (m_ucInterior == ucInterior)
1302-
return;
1303-
13041301
CEntity* pEntity = GetGameEntity();
13051302
if (pEntity)
13061303
{

0 commit comments

Comments
 (0)