mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
N.M.S cleanup in preparation for update
This commit is contained in:
@@ -26,7 +26,6 @@ public class ItemMinecart extends Item {
|
||||
|
||||
if (i1 == Block.RAILS.id) {
|
||||
if (!world.isStatic) {
|
||||
|
||||
// CraftBukkit start - Minecarts
|
||||
CraftWorld craftWorld = ((WorldServer) world).getWorld();
|
||||
CraftServer craftServer = ((WorldServer) world).getServer();
|
||||
|
Reference in New Issue
Block a user