From 08e847faedc98d910a095fb46d598b82130ce68a Mon Sep 17 00:00:00 2001 From: Alex <11708877+acl1704@users.noreply.github.com> Date: Tue, 9 Feb 2021 11:53:57 -0800 Subject: [PATCH] stop command fix --- ftl/tachyon/egg-tachyon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftl/tachyon/egg-tachyon.json b/ftl/tachyon/egg-tachyon.json index 3a005ec4..a2b299d5 100644 --- a/ftl/tachyon/egg-tachyon.json +++ b/ftl/tachyon/egg-tachyon.json @@ -4,7 +4,7 @@ "version": "PTDL_v1", "update_url": null }, - "exported_at": "2021-02-04T00:26:26-08:00", + "exported_at": "2021-02-09T11:53:05-08:00", "name": "Tachyon", "author": "alex.chang-lam@protonmail.com", "description": "A multiplayer version of FTL.", @@ -18,7 +18,7 @@ "files": "{}", "startup": "{\r\n \"done\": \"[Server] SERVER STARTED.\",\r\n \"userInteraction\": []\r\n}", "logs": "{}", - "stop": "exit" + "stop": "\/exit" }, "scripts": { "installation": {