Exclude NPCs from player statistics
This commit is contained in:
@@ -9,6 +9,8 @@ interface StatsStorage extends Closeable {
|
||||
|
||||
void save(PlayerRecord record) throws Exception;
|
||||
|
||||
void delete(UUID uuid) throws Exception;
|
||||
|
||||
default void saveAll(Collection<PlayerRecord> records) throws Exception {
|
||||
for (PlayerRecord record : records) {
|
||||
save(record);
|
||||
|
||||
Reference in New Issue
Block a user