Skip to content

Commit

Permalink
fix supported versions
Browse files Browse the repository at this point in the history
As discussed in discord
  • Loading branch information
Huskydog9988 authored and Gjum committed Aug 22, 2023
1 parent d9a2d2c commit a0496ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SUPPORTED_VERSIONS = new Set([
'2.0.1-1.18.2-fabric',
'2.0.1-1.18.2-forge',
'2.0.1-1.18.2+fabric',
'2.0.1-1.18.2+forge',
])

0 comments on commit a0496ca

Please sign in to comment.