cgserver 6.1.9 → 6.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -299,7 +299,7 @@ class MongoManager {
299
299
  money = true;
300
300
  }
301
301
  }
302
- if (money) {
302
+ if (!money) {
303
303
  updatemodel = { "$set": model };
304
304
  }
305
305
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cgserver",
3
- "version": "6.1.9",
3
+ "version": "6.1.10",
4
4
  "author": "trojan",
5
5
  "type": "commonjs",
6
6
  "description": "free for all.Websocket or Http",