mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
Wrong April Fools check.
Resolves https://github.com/C9Glax/tranga/issues/159
This commit is contained in:
parent
e022bf3081
commit
431fde0d76
@ -73,7 +73,7 @@ public partial class Tranga : GlobalBase
|
||||
{
|
||||
while (keepRunning)
|
||||
{
|
||||
if(!settings.aprilFoolsMode & !IsAprilFirst())
|
||||
if(!settings.aprilFoolsMode || !IsAprilFirst())
|
||||
jobBoss.CheckJobs();
|
||||
else
|
||||
Log("April Fools Mode in Effect");
|
||||
|
Loading…
x
Reference in New Issue
Block a user