build: remove sse3 option, as it's cause bot to be not loadable on some KVM hypervisors.
graph: store only author name inside author string.
This commit is contained in:
parent
726ea72965
commit
ced06c36cd
4 changed files with 14 additions and 7 deletions
|
|
@ -389,8 +389,8 @@ public:
|
|||
m_highestDamage[team] = value;
|
||||
}
|
||||
|
||||
const char *getAuthor () const {
|
||||
return m_tempStrings.chars ();
|
||||
StringRef getAuthor () const {
|
||||
return m_tempStrings;
|
||||
}
|
||||
|
||||
bool hasChanged () const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue