PowerRanks

PowerRanks

650k Downloads

Fix loop in API

svenar-nl opened this issue ยท 0 comments

commented

return this.createUsertag(usertag, value);
}
/**
* Change a usertag on the server
*
* @param usertag
* @param value
* @return true if successful, false otherwise
*/
public boolean editUsertag(String usertag, String value) {
return this.editUsertag(usertag, value);

this.users.<>