Revert "Reapply "Fix Version""
Some checks failed
Label conflicting PRs / main (push) Has been cancelled

This reverts commit f24cb781c1.
This commit is contained in:
2024-12-01 21:33:50 +01:00
parent f24cb781c1
commit 8f71972f6d
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[versions]
# Minecraft expectations
paper = "1.21.3-R0.1-SNAPSHOT"
paper = "1.21-R0.1-SNAPSHOT"
fastutil = "8.5.9"
guava = "31.1-jre"
log4j = "2.19.0"

View File

@ -376,9 +376,4 @@ public class TestOfflinePermissible implements OfflinePlayer, Permissible {
return null;
}
@Override
public @NotNull PersistentDataContainerView getPersistentDataContainer() {
return null;
}
}