From d917b40b56bc8cd8a3a16d2a8bd08da9a82c529f Mon Sep 17 00:00:00 2001 From: luboslenco Date: Fri, 10 Oct 2025 22:26:21 +0200 Subject: [PATCH] Fix compile --- base/tools/pad/sources/main.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/tools/pad/sources/main.ts b/base/tools/pad/sources/main.ts index 740778ca..8bedf101 100644 --- a/base/tools/pad/sources/main.ts +++ b/base/tools/pad/sources/main.ts @@ -380,5 +380,8 @@ type config_t = { server: string; }; let config_raw: config_t; function strings_check_internet_connection(): string { return ""; } function console_error(s: string) {} +function console_info(s: string) {} function plugin_embed() {} function tr(id: string, vars: map_t = null): string { return id; } +let pipes_offset: i32; +function pipes_get_constant_location(s: string): i32 { return 0; }