SmartlyDressedGames / Legally-Distinct-Missile

Fork of Rocket for Unturned maintained by the game developers.
MIT License
77 stars 29 forks source link

Add UnturnedChat.Say overloads with iconURL parameter #5

Closed Tortellio closed 4 years ago

SDGNelson commented 4 years ago

Why use UnturnedChat.Say rather than ChatManager.serverSendMessage? The official method will remain backwards compatible and supports all features.

Trojaner commented 4 years ago

New plugins should use ChatManager.serverSendMessage, but this bug should be fixed

SDGNelson commented 4 years ago

The rich parameter bug mentioned will be fixed in the next release!

Tortellio commented 4 years ago

thank you