broken english

This commit is contained in:
I-Have-An-Issue 2023-01-22 03:52:54 -05:00
parent d8931427dc
commit ae6f369986
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 1 deletions

View File

@ -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"))