forked from External/mage
some fixes.
This commit is contained in:
parent
63d8231928
commit
ec51f30d37
6 changed files with 17 additions and 16 deletions
|
|
@ -122,7 +122,7 @@ public class Plugins implements MagePlugins {
|
|||
}
|
||||
|
||||
@Override
|
||||
public int addGamesPlayed() {
|
||||
public void addGamesPlayed() {
|
||||
if (this.counterPlugin != null) {
|
||||
synchronized(Plugins.class) {
|
||||
try {
|
||||
|
|
@ -133,7 +133,6 @@ public class Plugins implements MagePlugins {
|
|||
}
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue