yavl / teeworlds-infclassR

Slightly modified version of official InfClass
Other
10 stars 4 forks source link

On witch arrival console message is printed to user chat #121

Open bretonium opened 5 years ago

bretonium commented 5 years ago

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.

message

bretonium commented 5 years ago

The fix was reverted