Revert "Fix Version"

This reverts commit d154e1d064.
This commit is contained in:
2024-12-01 20:15:59 +01:00
parent 7e3b70cfdf
commit 83991126f6
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;
}
}