PAC3-Server / notagain

Custom Servercontent for the official PAC3 Server.
GNU General Public License v3.0
13 stars 22 forks source link

Over-head chat stays even when a person isn't typing. #100

Closed NanoAi closed 7 years ago

NanoAi commented 7 years ago

Sometimes the over-head chat stays even if a player isn't typing. example

It also clips into the player if a client has PAC disabled, if the players PAC happens to alter their height but that's a different issue.

Techbot121 commented 7 years ago

it's something chat-related afaik

this happened as soon as we got rid of xp-chat.

I think @ToastyEngineer had an idea what caused it.

Myaats commented 7 years ago

I guess it's the FinishChat hook thats not being called in some way

Earu commented 7 years ago

It's not finishchat since I call it in EasyChat

Earu commented 7 years ago

for the reference look at lua/easychat/easychat.lua in function EasyChat.Close

Myaats commented 7 years ago

It might be ChatTextChanged being called after FinishChat after checking the code

Myaats commented 7 years ago

probably fixed with https://github.com/PAC3-Server/EasyChat/commit/0b4ef7b0e2c11e8a043ec1e59a97855eb63e8d65

re-open the issue if this persists