Muqsit / FakePlayer

Test your PocketMine-MP server by having (real-looking) fake players assist you.
https://poggit.pmmp.io/ci/Muqsit/FakePlayer
57 stars 22 forks source link

Bug player chat #13

Closed AIPTU closed 2 years ago

AIPTU commented 2 years ago

When the player sends the message it is sent twice when using the command

fp b chat hi                                                                           
[03:03:02.498] [Server thread/INFO]: <BlahCoast30765> hi                               
[03:03:02.498] [Server thread/INFO]: <BlahCoast30765> hi
Muqsit commented 2 years ago

This is intended behaviour. The second message is sent only because players are subscribed to global chat. An RCON client f.e., isn't able to read player chat and hence wouldn't be able to see the second message.