summaryrefslogtreecommitdiff
path: root/test-client/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test-client/main.ts')
-rw-r--r--test-client/main.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-client/main.ts b/test-client/main.ts
index c56f9db4..b2a5ef46 100644
--- a/test-client/main.ts
+++ b/test-client/main.ts
@@ -293,6 +293,8 @@ function packet(p: PacketC) {
break
case "effect":
break;
+ case "flush_map":
+ break;
case "menu":
switch (p.menu) {
case "book": open("https://s.metamuffin.org/static/hurrycurry/book.pdf"); break