Skip to content

Commit

Permalink
Remove vulgar debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Waterpicker committed Dec 6, 2024
1 parent fadd774 commit 62eaef0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ object GenerationsCobblemonInteractions {
customInteractions.add(customInteraction)
}
fun triggerCustomInteraction(pixelmonEntity: PokemonEntity, player: ServerPlayer, itemInHand: ItemStack): Boolean {
System.out.println("Testing bullshit:")
return customInteractions.any { interaction: PokemonInteraction -> interaction.processInteraction(player, pixelmonEntity, itemInHand) }
}

Expand Down

0 comments on commit 62eaef0

Please sign in to comment.