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

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