Skip to content

Commit

Permalink
Fixed weird subscriber decrement bug in SubscriberChallenge.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MF42-DZH committed Sep 24, 2019
1 parent cf7454e commit 4a15be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/sylveon/nullpomino/mods/SubscriberChallenge.java
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ public void renderLast(GameEngine engine, int playerID) {
switch(lastevent) {
case EVENT_SINGLE:
receiver.drawMenuFont(engine, playerID, 2, 21, "SINGLE", EventReceiver.COLOR_DARKBLUE);
subscriber -= subscriberRNG.nextInt(10)+5;
break;
case EVENT_DOUBLE:
receiver.drawMenuFont(engine, playerID, 2, 21, "DOUBLE", EventReceiver.COLOR_BLUE);
Expand Down

0 comments on commit 4a15be0

Please sign in to comment.