Skip to content

Commit

Permalink
Fixed internal SPIGOT family mapping (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed May 20, 2024
1 parent 3842ac4 commit 180b653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-utils
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function resolveVersion() {
function resolveFamily() {
case "$TYPE" in
PAPER|SPIGOT|BUKKIT|CANYON|PUFFERFISH|PURPUR)
FAMILY=SIGOT
FAMILY=SPIGOT
;;
FORGE)
FAMILY=FORGE
Expand Down

0 comments on commit 180b653

Please sign in to comment.