Double messages in chat

Status
Fixed
Issue description

Hi, it's me again! This is something I found when I used a block to spawn my Boss!

I have as Procedure Summon The Boss and Send messages to all players in chat [The message]

Strangely the message appear in double when I right-clicked on the block only 1 time

 

I put long messages at certain procedures and it's problematic to because it take too much space in chat...

Issue comments

This most likely happens because once it is called on server and once on the client side. Use the is server-side check procedure block that can be found in World data section. Add this as if block condition and print the text from the inside of if block.