* Made changes to server to allow admin panel to retrieve last activity instead of last logged in date
* Added TODO comment for lastLoggedIn json result
* Updated variable names as per Pancake's comments
LastActivity string`json:"lastLoggedIn"`// TODO: this is currently lastLoggedIn to match server PR #54 with pokerogue PR #4198. We're hotfixing the server with this PR to return lastActivity, but we're not hotfixing the client, so are leaving this as lastLoggedIn so that it still talks to the client properly