diff --git a/Client/mods/deathmatch/logic/CClientEntity.cpp b/Client/mods/deathmatch/logic/CClientEntity.cpp index 61be4ca269..7e7540e1fe 100644 --- a/Client/mods/deathmatch/logic/CClientEntity.cpp +++ b/Client/mods/deathmatch/logic/CClientEntity.cpp @@ -1298,6 +1298,9 @@ unsigned char CClientEntity::GetInterior() void CClientEntity::SetInterior(unsigned char ucInterior) { + if (m_ucInterior == ucInterior) + return; + CEntity* pEntity = GetGameEntity(); if (pEntity) {