diff options
-rw-r--r-- | server.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1466,6 +1466,7 @@ const QUERY_NEXT_GAME_OF_USER = SQL(` status = ${STATUS_ACTIVE} and active in (role, 'Both') and user_id = ? + and is_opposed order by mtime limit 1 `) |