Update mind_server.js

Removed an unnecessary line
This commit is contained in:
Sweaterdog 2025-03-14 12:35:14 -07:00 committed by GitHub
parent 8809ad6dea
commit c594f3768e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,4 +164,3 @@ export const getConnectedAgents = () => connectedAgents;
export function getAllInGameAgentNames() {
return Object.keys(inGameAgents);
}