Update Paper to MC 1.11.1
This commit is contained in:
@@ -1167,8 +1167,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
try {
|
||||
- SpigotTimings.tickEntityTimer.startTiming(); // Spigot
|
||||
+ entity.tickTimer.startTiming(); // Paper
|
||||
this.g(entity);
|
||||
this.h(entity);
|
||||
- SpigotTimings.tickEntityTimer.stopTiming(); // Spigot
|
||||
+ entity.tickTimer.stopTiming(); // Paper
|
||||
+ entity.tickTimer.startTiming(); // Paper
|
||||
+ this.g(entity);
|
||||
+ entity.tickTimer.stopTiming(); // Paper
|
||||
} catch (Throwable throwable1) {
|
||||
+ entity.tickTimer.stopTiming();
|
||||
|
||||
Reference in New Issue
Block a user