"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@985" did not exist on "b523d0a5bc07c7867e91745e3b759d8aea96b55b"
Commit 2199187d authored by Peter Xin's avatar Peter Xin

Fix

parent 12586787
...@@ -165,7 +165,7 @@ let updateEntertainMatch = function () { ...@@ -165,7 +165,7 @@ let updateEntertainMatch = function () {
} }
// 否则留存 // 否则留存
else else
newPool.add(userA); newPool.push(userA);
} }
entertainUserPool = newPool; entertainUserPool = newPool;
}; };
......
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