if (!game.public && game.developers.indexOf(username) === -1) {
                throw {
                    message: 'Game is not public',
                    status: 401
                };