1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Whoops forgot to change this one

This commit is contained in:
Daniel Walsh 2021-01-26 07:47:41 +00:00 committed by GitHub
parent d0e0aa3c65
commit 986eb38e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,7 +373,7 @@ public class BlockStorage {
BlockStorage storage = getStorage(world);
if (storage != null) {
return storage.getStorage();
return storage.getRawStorage();
} else {
return null;
}