mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Fixed update for Mining refactoring
This commit is contained in:
@ -214,8 +214,8 @@ public class PrimitiveChunkStore implements ChunkStore {
|
||||
}
|
||||
|
||||
if(fileVersionNumber >= 6) {
|
||||
spawnedMobs = (ArrayList) in.readObject();
|
||||
spawnedPets = (ArrayList) in.readObject();
|
||||
spawnedMobs = (ArrayList<UUID>) in.readObject();
|
||||
spawnedPets = (ArrayList<UUID>) in.readObject();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user