mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Mappings Update
This commit is contained in:
@@ -92,11 +92,11 @@
|
||||
+ // CraftBukkit - handled in postTick
|
||||
+ /*
|
||||
if (!this.world.isClientSide && this.world instanceof WorldServer) {
|
||||
this.world.methodProfiler.a("portal");
|
||||
this.world.methodProfiler.enter("portal");
|
||||
MinecraftServer minecraftserver = this.world.getMinecraftServer();
|
||||
@@ -190,6 +242,7 @@
|
||||
|
||||
this.world.methodProfiler.e();
|
||||
this.world.methodProfiler.exit();
|
||||
}
|
||||
+ */
|
||||
|
||||
|
Reference in New Issue
Block a user