mirror of
https://github.com/noisiver/mod-weekendbonus.git
synced 2026-01-13 09:07:24 +00:00
Derp
Well, that was silly.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
void WeekendBonus::OnStartup()
|
||||
{
|
||||
if (!HasActiveMultipliers)
|
||||
if (!HasActiveMultipliers())
|
||||
{
|
||||
return;
|
||||
}
|
||||
@@ -16,7 +16,7 @@ void WeekendBonus::OnStartup()
|
||||
|
||||
void WeekendBonus::OnUpdate(uint32 diff)
|
||||
{
|
||||
if (!HasActiveMultipliers)
|
||||
if (!HasActiveMultipliers())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user