aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Main.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Main.hx')
-rw-r--r--src/client/Main.hx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index d3d1ce2..5e05690 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -697,6 +697,8 @@ class Main {
case Dump:
Utils.saveFile("dump.json", ApplicationJson, data.dump.data);
+
+ case CrashTest:
}
}
@@ -1344,6 +1346,9 @@ class Main {
case "dump":
send({type: Dump});
return true;
+ case "crash":
+ send({type: CrashTest});
+ return true;
}
if (matchSimpleDate.match(command)) {
send({
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage