Skip to content

Commit

Permalink
Parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbench authored Jul 14, 2023
1 parent 482d02b commit 630b89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod-double-xp-weekend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class DoubleXpWeekend : public PlayerScript
{
ChatHandler(player->GetSession()).PSendSysMessage("It's the weekend! Your XP rate has been set to: %u", GetExperienceRate(player));
}
else if (IsEventActive() && sConfigMgr->GetOption<bool>("XPWeekend.AlwaysEnabled", false)
else if (IsEventActive() && sConfigMgr->GetOption<bool>("XPWeekend.AlwaysEnabled", false))
{
ChatHandler(player->GetSession()).PSendSysMessage("Your XP rate has been set to: %u", GetExperienceRate(player));
}
Expand Down

0 comments on commit 630b89d

Please sign in to comment.