Skip to content

Commit

Permalink
Fix Typo error on Call Stack (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhobean authored Oct 14, 2024
1 parent 8d57444 commit 9703cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/CObjBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3253,7 +3253,7 @@ bool CObjBase::_CanTick(bool fParentGoingToSleep) const

void CObjBase::ResendTooltip(bool fSendFull, bool fUseCache)
{
ADDTOCALLSTACK("CObjBase::UpdatePropertyFlag");
ADDTOCALLSTACK("CObjBase::ResendTooltip");
// Send tooltip packet to all nearby clients

if (g_Serv.IsLoading())
Expand Down

0 comments on commit 9703cef

Please sign in to comment.