1
0
Fork 0

Send experience on respawn (#4586)

This commit is contained in:
Mat 2020-03-30 22:29:59 +03:00 committed by GitHub
parent db36ad3dab
commit c04ba834d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2902,6 +2902,7 @@ void cClientHandle::SendRespawn(eDimension a_Dimension, bool a_ShouldIgnoreDimen
m_Protocol->SendRespawn(TemporaryDimension);
}
m_Protocol->SendRespawn(a_Dimension);
m_Protocol->SendExperience();
m_LastSentDimension = a_Dimension;
}