mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-03-21 17:34:21 -05:00
Fix #231.
This commit is contained in:
parent
a01e9e4b89
commit
960ab03dc1
|
|
@ -264,7 +264,7 @@ class AdminPage(resource.Resource):
|
|||
ON users.userid = nas_logins.userid
|
||||
INNER JOIN (
|
||||
SELECT max(profileid) newestpid, userid, gameid, devname
|
||||
FROM users '
|
||||
FROM users
|
||||
GROUP BY userid, gameid
|
||||
) ij
|
||||
ON ij.userid = users.userid
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user