Probably fixed flair cheater NPE
This commit is contained in:
parent
64529eef73
commit
a2ad97faec
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class ChatPlayer extends TBMCPlayer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean getFlairCheater() {
|
public boolean getFlairCheater() {
|
||||||
return getData();
|
return getBoolData();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setFlairCheater(boolean cheater) {
|
private void setFlairCheater(boolean cheater) {
|
||||||
|
|
Loading…
Reference in a new issue