From 9cc48ac2a3ab4ea9dd8d4fdab30da2c6732e6431 Mon Sep 17 00:00:00 2001 From: Lane Kolbly Date: Fri, 11 Aug 2017 11:00:21 -0500 Subject: Removed incorrect assert in cClientHandle::SendRespawn. --- src/ClientHandle.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index b015b745f..54cfa5310 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -2826,9 +2826,6 @@ void cClientHandle::SendResetTitle() void cClientHandle::SendRespawn(eDimension a_Dimension, bool a_ShouldIgnoreDimensionChecks) { - // If a_ShouldIgnoreDimensionChecks is true, we must be traveling to the same dimension - ASSERT((!a_ShouldIgnoreDimensionChecks) || (a_Dimension == m_LastSentDimension)); - if ((!a_ShouldIgnoreDimensionChecks) && (a_Dimension == m_LastSentDimension)) { // The client goes crazy if we send a respawn packet with the dimension of the current world -- cgit v1.2.3