diff --git a/backend.js b/backend.js index f9e33d5..63434b7 100644 --- a/backend.js +++ b/backend.js @@ -75,7 +75,8 @@ io.on('connection', (socket)=>{ socket.on('message',(message)=>{ let timeoutId; clearTimeout(bPlayers[socket.id].timeoutId); - bPlayers[socket.id].message = filter.clean(message) + // bPlayers[socket.id].message = filter.clean(message) + bPlayers[socket.id].message = message function startTimer() { timeoutId = setTimeout(() => { diff --git a/public/ghost2.png b/public/ghost2.png index f020105..e80c1cf 100644 Binary files a/public/ghost2.png and b/public/ghost2.png differ diff --git a/public/index.html b/public/index.html index 0fa158a..e9d5d9b 100644 --- a/public/index.html +++ b/public/index.html @@ -30,8 +30,12 @@ +