From 9c77cce4875be842a29ae656f1839b3c466c7580 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 24 Jun 2023 15:48:31 +0200 Subject: [PATCH] Client - Added FIXME --- source/birchwood/client/client.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index a05e6db..de337eb 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -1021,6 +1021,9 @@ public class Client : Thread { writeln("About to do the panic!"); *cast(byte*)0 = 2; + + // FIXME: We need to set some state to disconnect here and tare + // ... down alles } }