changed notifications back to 75% sale

This commit is contained in:
Cheese 2015-07-02 16:14:47 +10:00
parent 42580c09d5
commit 556e524e18

View File

@ -42,11 +42,11 @@ public class NotificationManager extends MiniPlugin
if (!_enabled)
return;
//if (event.getType() == UpdateType.MIN_08)
// hugeSale();
if (event.getType() == UpdateType.MIN_08)
hugeSale();
if (event.getType() == UpdateType.MIN_16)
sale();
// if (event.getType() == UpdateType.MIN_16)
// sale();
}
private void sale()