whoops brackets wrapped the wrong spot.
This commit is contained in:
@@ -77,8 +77,8 @@ int DeckMetaData::getAvatarId()
|
||||
while(tempDeckId > 100)
|
||||
{
|
||||
tempDeckId -= 100;
|
||||
avatarId = tempDeckId;
|
||||
}
|
||||
avatarId = tempDeckId;
|
||||
return avatarId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user