From a843ae530b07b92fc7341754b4722cdcb8dfb831 Mon Sep 17 00:00:00 2001 From: RblSb Date: Wed, 22 Jan 2025 15:13:11 +0300 Subject: Redesign portrait view with player at top Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places --- src/client/players/RawSubs.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/players/RawSubs.hx') diff --git a/src/client/players/RawSubs.hx b/src/client/players/RawSubs.hx index a4404b0..e9b2203 100644 --- a/src/client/players/RawSubs.hx +++ b/src/client/players/RawSubs.hx @@ -215,7 +215,7 @@ class RawSubs { static function isProxyError(text:String):Bool { if (text.startsWith("Proxy error:")) { - Main.serverMessage("Failed to add subs: proxy error"); + Main.instance.serverMessage("Failed to add subs: proxy error"); trace('Failed to add subs: $text'); return true; } -- cgit v1.2.3