Skip to content

Conversation

@fizitzfux
Copy link
Member

  • Connect with RCON to minecraft servers
  • Auto manage minecraft whitelists
  • Extensions can now be hidden without being inaccessible

Comment on lines +165 to +175
// else if (ip.startsWith(subnet)) {
// // Try using IP-address if no name and password
// const user = await knex
// .query({u: 'user', p: '_profile_device'})
// .select<User>('u.*')
// .join('_profile_device', 'u.id', '=', 'p.user_id')
// .where('p.ip', ip)
// .first()

// return user
// }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should remove this at some point.

@fizitzfux fizitzfux merged commit a36a82e into main Feb 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant