From 8e9e2daa3f8da27b0298500f13f5614cd37ae7ea Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 5 Nov 2022 21:55:02 +0200 Subject: [PATCH] This was NOT meant to be final! --- source/birchwood/client.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/birchwood/client.d b/source/birchwood/client.d index 2e038f0..128c41d 100644 --- a/source/birchwood/client.d +++ b/source/birchwood/client.d @@ -157,7 +157,7 @@ public struct ConnectionInfo } } -public final class Client : Thread +public class Client : Thread { /* Connection information */ private ConnectionInfo connInfo;