ClassiCube / MCGalaxy

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

Unnecessary chat check. #778

Closed rdebath closed 1 year ago

rdebath commented 1 year 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