Fixed typos in buffer association

This commit is contained in:
Digital Artifex
2025-08-17 05:05:31 -04:00
parent 4201a1eba6
commit 47231527c1

View File

@@ -242,7 +242,7 @@ Item
} }
if (pack.channel3) if (pack.channel3)
{ {
if(typeof pack.channel0 === "string") if(typeof pack.channel3 === "string")
{ {
switch(pack.channel3) switch(pack.channel3)
{ {
@@ -414,7 +414,7 @@ Item
} }
if (channel.channel3) if (channel.channel3)
{ {
if(typeof channel.channel0 === "string") if(typeof channel.channel3 === "string")
{ {
switch(channel.channel3) switch(channel.channel3)
{ {