1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 17:57:47 +00:00

Fix TP showing as 0

(cherry picked from commit 8aed3c6a958424f4ffdce033b46ef62473b5925b)
This commit is contained in:
Rushi 2022-02-20 19:12:28 +01:00
parent 1ba2fd3150
commit 2474a3d285

View file

@ -1508,6 +1508,7 @@ void Player::sendZonePackets()
sendHuntingLog();
sendStats();
sendStatusUpdate();
// only initialize the UI if the player in fact just logged in.
if( isLogin() )