Fix Version

This commit is contained in:
2024-11-30 22:15:01 +01:00
parent d99b6a7e95
commit d154e1d064
2 changed files with 6 additions and 1 deletions

View File

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