"include/svn:/svn.code.sf.net/p/irrlicht/code/trunk@4705" did not exist on "359ae63b530dd36e13b0ec204098e24cf5ecc0c8"
Commit f884644a authored by 不如归去's avatar 不如归去 Committed by GitHub

Fix

parent c120e499
......@@ -320,6 +320,7 @@ let matchResponse = function(req, res) {
if (playingPlayerPool.has(username)) {
res.writeHead(200, {'Content-Type': 'application/json', 'Cache-Control': 'no-cache'});
res.end(playingPlayerPool.get(username));
return;
}
let arg = url.parse(req.url, true).query;
if (!arg.arena) arg.arena = 'entertain';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment