Added the "Unclickable" Exploit.

This commit is contained in:
Olivier Gagnon
2021-03-22 14:48:48 -04:00
parent ae4b8228f7
commit 29abffd464
5 changed files with 31 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export function CharacterInfo(p: IPlayer): React.ReactElement {
if(SourceFileFlags[5] > 0 && r.length > 2 && r[1] != r[2]) {
return <td key='2' style={{textAlign: 'right'}}> ({numeralWrapper.formatPercentage(r[2])})</td>
}
return undefined;
return <></>;
}
return <>
<table>