Skip to content

Commit

Permalink
Merge pull request #194 from theSimpleCloud/fix/service-version-conve…
Browse files Browse the repository at this point in the history
…rter

fix: waterfall converter for version 2.8
  • Loading branch information
FllipEis authored Oct 21, 2024
2 parents b71a658 + b62a3fd commit e7927e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Converter_2_7_To_2_8 : IVersionConverter {

changeProxyGroupServiceVersion("VELOCITY", "VELOCITY_1_1_9")
changeProxyGroupServiceVersion("VELOCITY_3", "VELOCITY_3_4_0")
changeProxyGroupServiceVersion("WATERFALL", "WATERFALL_1_21")
}

private fun changeProxyGroupServiceVersion(from: String, to: String) {
Expand Down

0 comments on commit e7927e8

Please sign in to comment.