SamTheBlow / grand-strategy-game

A grand strategy game made in Godot.
MIT License
5 stars 4 forks source link

When kicking a player, inform them of the reason #138

Open SamTheBlow opened 3 months ago

SamTheBlow commented 3 months ago

Currently, when a player is kicked, the message "Player was kicked from the server" is added to the chat. But, by the time it is sent to clients, the player who got kicked is already no longer connected, so they do not receive this message.

The player who got kicked should receive the message.