1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 05:43:52 +02:00

Merge branch 'master' into perf_rework

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-08 20:19:10 +02:00
commit 1cd9b6b640

View File

@ -496,7 +496,7 @@ public class Client : Thread
if(channels.length == 1) if(channels.length == 1)
{ {
/* Send to a single channel */ /* Send to a single channel */
leaveChannel(channels[0]); channelMessage(message, channels[0]);
} }
/* If multiple channels */ /* If multiple channels */
else if(channels.length > 1) else if(channels.length > 1)