Skip to content

Commit

Permalink
target new spigot mappings version
Browse files Browse the repository at this point in the history
fixes #2271
  • Loading branch information
mcmonkey4eva committed Mar 16, 2021
1 parent a2f2606 commit 52f74e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public void undisableAsyncCatcher() {

@Override
public boolean isCorrectMappingsCode() {
return ((CraftMagicNumbers) CraftMagicNumbers.INSTANCE).getMappingsVersion().equals("54e89c47309b53737f894f1bf1b0edbe");
return ((CraftMagicNumbers) CraftMagicNumbers.INSTANCE).getMappingsVersion().equals("d4b392244df170796f8779ef0fc1f2e9");
}

@Override
Expand Down

0 comments on commit 52f74e5

Please sign in to comment.