diff options
-rw-r--r-- | src/ClientHandle.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index f3deefe0b..d082725b6 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -270,9 +270,6 @@ void cClientHandle::Authenticate(void) m_Player->Initialize(World); m_State = csAuthenticated; - // Broadcast this player's spawning to all other players in the same chunk - m_Player->GetWorld()->BroadcastSpawnEntity(*m_Player, this); - cRoot::Get()->GetPluginManager()->CallHookPlayerSpawned(*m_Player); } |