Fix incorrect repository method name
This commit is contained in:
parent
b9fd597370
commit
6ef7608f20
@ -82,7 +82,7 @@ public class CrownRepository
|
||||
});
|
||||
}
|
||||
|
||||
public void setGold(final Callback<Boolean> callback, final int accountId, final int crowns)
|
||||
public void setCrowns(final Callback<Boolean> callback, final int accountId, final int crowns)
|
||||
{
|
||||
if (crowns < 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user