Remove more async catcher callers
This commit is contained in:
@@ -81,7 +81,7 @@ public class CraftingManager implements IResourcePackListener {
|
||||
}
|
||||
|
||||
public void a(IRecipe irecipe) {
|
||||
org.spigotmc.AsyncCatcher.catchOp("Recipe Add"); // Spigot
|
||||
//org.spigotmc.AsyncCatcher.catchOp("Recipe Add"); // Spigot // Akarin
|
||||
if (this.recipes.containsKey(irecipe.getKey())) {
|
||||
throw new IllegalStateException("Duplicate recipe ignored with ID " + irecipe.getKey());
|
||||
} else {
|
||||
|
||||
@@ -459,7 +459,7 @@ public class PlayerChunkMap {
|
||||
}
|
||||
|
||||
public void a(PlayerChunk playerchunk) {
|
||||
org.spigotmc.AsyncCatcher.catchOp("Async Player Chunk Add"); // Paper
|
||||
//org.spigotmc.AsyncCatcher.catchOp("Async Player Chunk Add"); // Paper // Akarin
|
||||
this.f.add(playerchunk);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user