ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
160 stars 76 forks source link

Unnecessary chat check. #778

Closed rdebath closed 7 months ago

rdebath commented 7 months ago

I just noticed someone checking their bot/integration program and realised that the check for '&' in chat messages with the instant kick is now completely pointless. If that string check is removed the chat still goes through the "broken client protection" so other users won't get crashed.

Remove it please.

+ PinkDragonPony connected
PinkDragonPony: test
- PinkDragonPony Illegal character in chat message!

In MCGalaxy/Player/Player.Handlers.cs