From ae6f3699868c361f9f19bb736c3282d0ebc899c4 Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Sun, 22 Jan 2023 03:52:54 -0500 Subject: [PATCH] broken english --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index e674af3..83ecb62 100644 --- a/src/index.js +++ b/src/index.js @@ -4,7 +4,7 @@ const app = express() const logger = require("./lib/logger.js") -if (process.platform == "linux") logger.warn("Game hosting might not fully compatible with Linux") +if (process.platform == "linux") logger.warn("Game hosting might not be fully compatible with Linux") app.use("/place/start", require("./routes/place/start.js")) app.use("/place/stop", require("./routes/place/stop.js"))