From b9dec79743c0076ece27998c1330aa63c53751c4 Mon Sep 17 00:00:00 2001 From: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com> Date: Wed, 23 Jun 2021 11:04:25 -0400 Subject: [PATCH] Clean up --- .../Multiplayer/Code/Source/Components/NetBindComponent.cpp | 6 ------ 1 file changed, 6 deletions(-) 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())) {