1
0

Removed incorrect assert in cClientHandle::SendRespawn.

This commit is contained in:
Lane Kolbly 2017-08-11 11:00:21 -05:00
parent 83ff815d1e
commit 9cc48ac2a3

View File

@ -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