Repair bug

This commit is contained in:
raven 2023-01-09 00:48:09 -05:00
parent 7d0a31dab2
commit c671572572
1 changed files with 0 additions and 2 deletions

View File

@ -214,8 +214,6 @@ rl.on('line', input => {
// if (!LOGGEDIN) return console.log("Please login using /login [API KEY]")
if (input.startsWith("/") || input.startsWith("!")) return
if (input = "") return
for (const conn of conns) {
conn.write(`${USERNAME}: ${input}`)
}