diff --git a/server.js b/server.js index 15619d5..6d25dc7 100644 --- a/server.js +++ b/server.js @@ -47,9 +47,9 @@ app.get("/lobby/listall/", async (request, response) => { LBIP1: "xxx.xxx.xxx.xxx", LBN2: "DebugLobbyTwo", LBIP2: "xxx.xxx.xxx.xxx", - LBN3: "More because yes", + LBN3: "Ability to post lobbies", LBIP3: "xxx.xxx.xxx.xxx", - LBN4: "It's called sex bro.(DB4$)", + LBN4: "Coming soon! (Just have to figure out the database stuff)", LBIP4: "xxx.xxx.xxx.xxx" }); });