mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Miniscule fix
This commit is contained in:
parent
ea2f424312
commit
8d390a475d
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ class MasterWarcraftCastWatcher extends Watcher {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void decrement() {
|
public void decrement() {
|
||||||
if (copyCountApply > 0); {
|
if (copyCountApply > 0) {
|
||||||
copyCountApply--;
|
copyCountApply--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue