This isn't working, let's try another tactic

This commit is contained in:
2019-06-04 18:47:06 +10:00
parent 06b8a99b5b
commit 5dbeb6e303
4 changed files with 270 additions and 18 deletions
+1 -2
View File
@@ -94,8 +94,7 @@ const attackStatusRequest = (connection) => (req, res) => {
res.status(200).json({
status: attacking ? 'attacking' : 'idle',
defender: defender,
msg: null
defender: defender
});
res.end();