diff --git a/Gems/Multiplayer/Code/Source/Components/NetBindComponent.cpp b/Gems/Multiplayer/Code/Source/Components/NetBindComponent.cpp index b81af9232e..352bc92d1c 100644 --- a/Gems/Multiplayer/Code/Source/Components/NetBindComponent.cpp +++ b/Gems/Multiplayer/Code/Source/Components/NetBindComponent.cpp @@ -623,12 +623,6 @@ namespace Multiplayer void NetBindComponent::HandleMarkedDirty() { - if (m_needsToBeStopped) - { - // Entity is about to deleted, it's not safe to proceed - return; - } - m_dirtiedEvent.Signal(); if (NetworkRoleHasController(GetNetEntityRole())) {