summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Packet3Chat.java
Commit message (Collapse)AuthorAgeLines
* Fix TextWrapping issues; Now limits the packets send to the client to ↵Erik Broes2011-04-25-0/+38
either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes.