Browse Source

Don't show xp bar when chat is open

pull/2896/head
Anders Jenbo 5 years ago
parent
commit
3b0858cdac
  1. 2
      Source/qol/xpbar.cpp

2
Source/qol/xpbar.cpp

@ -67,7 +67,7 @@ void FreeXPBar()
void DrawXPBar(const Surface &out)
{
if (!sgOptions.Gameplay.bExperienceBar)
if (!sgOptions.Gameplay.bExperienceBar || talkflag)
return;
const auto &player = Players[MyPlayerId];

Loading…
Cancel
Save