1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
This commit is contained in:
TheBusyBiscuit 2021-04-07 16:34:39 +02:00
parent a520925ddd
commit e52b1a92c7
2 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,7 @@
* Fixed #2930
* Fixed #2926
* Fixed Grappling Hook vanishing in creative mode
* Fixed #2944
## Release Candidate 21 (14 Mar 2021)
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#21

View File

@ -245,6 +245,9 @@ public class BlockListener implements Listener {
}
}
}
// Fixes #2944 - Don't forget to clear the Block Data
BlockStorage.clearBlockInfo(blockAbove);
}
}
}