Fix a merge conflict that was resolved improperly
This commit is contained in:
@@ -1169,9 +1169,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ entity.tickTimer.startTiming(); // Paper
|
+ entity.tickTimer.startTiming(); // Paper
|
||||||
this.h(entity);
|
this.h(entity);
|
||||||
- SpigotTimings.tickEntityTimer.stopTiming(); // Spigot
|
- SpigotTimings.tickEntityTimer.stopTiming(); // Spigot
|
||||||
+ entity.tickTimer.stopTiming(); // Paper
|
|
||||||
+ entity.tickTimer.startTiming(); // Paper
|
|
||||||
+ this.g(entity);
|
|
||||||
+ entity.tickTimer.stopTiming(); // Paper
|
+ entity.tickTimer.stopTiming(); // Paper
|
||||||
} catch (Throwable throwable1) {
|
} catch (Throwable throwable1) {
|
||||||
+ entity.tickTimer.stopTiming();
|
+ entity.tickTimer.stopTiming();
|
||||||
|
|||||||
Reference in New Issue
Block a user