1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
- Added FIXME
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-24 15:48:31 +02:00
parent 0fc3f060c1
commit 9c77cce487

View File

@ -1021,6 +1021,9 @@ public class Client : Thread
{ {
writeln("About to do the panic!"); writeln("About to do the panic!");
*cast(byte*)0 = 2; *cast(byte*)0 = 2;
// FIXME: We need to set some state to disconnect here and tare
// ... down alles
} }
} }