aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handlePV.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/packets/handlers/handlePV.ts')
-rw-r--r--webAO/packets/handlers/handlePV.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handlePV.ts b/webAO/packets/handlers/handlePV.ts
index 17e9fc1..ba48f36 100644
--- a/webAO/packets/handlers/handlePV.ts
+++ b/webAO/packets/handlers/handlePV.ts
@@ -63,7 +63,6 @@ export const handlePV = async (args: string[]) => {
esfx = ini.soundn?.[i] || "0";
esfxd = ini.soundt?.[i] ? Number(ini.soundt[i]) : 0;
} catch (e) {
- console.warn(`ini sound is completly missing: ${e}`);
esfx = "0";
esfxd = 0;
}