1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 06:03:29 +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)
{
/* Send to a single channel */
leaveChannel(channels[0]);
channelMessage(message, channels[0]);
}
/* If multiple channels */
else if(channels.length > 1)