Miniscule fix

This commit is contained in:
Zzooouhh 2017-10-21 18:34:54 +02:00 committed by GitHub
parent ea2f424312
commit 8d390a475d

View file

@ -249,7 +249,7 @@ class MasterWarcraftCastWatcher extends Watcher {
} }
public void decrement() { public void decrement() {
if (copyCountApply > 0); { if (copyCountApply > 0) {
copyCountApply--; copyCountApply--;
} }
} }