Open bretonium opened 5 years ago
See choose_class ... message in the screenshot below.
choose_class ...
I think it happened because the buffer for printing was reused in https://github.com/yavl/teeworlds-infclassR/blob/master/src/game/server/gamecontext.cpp#L4046 . The fix should be pretty simple: init a new buffer for new message.
We have ruled out /say and /whisper because nobody else saw that message and it was not logged in console as econ or rcon command.
/say
/whisper
The fix was reverted
See
choose_class ...
message in the screenshot below.I think it happened because the buffer for printing was reused in https://github.com/yavl/teeworlds-infclassR/blob/master/src/game/server/gamecontext.cpp#L4046 . The fix should be pretty simple: init a new buffer for new message.
We have ruled out
/say
and/whisper
because nobody else saw that message and it was not logged in console as econ or rcon command.