This isn't working, let's try another tactic
This commit is contained in:
+1
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user