Skip to content

Commit

Permalink
WorldHandler: Remove console.printf
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Jun 22, 2024
1 parent 97ca6e1 commit 62d7b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/assets/zscript/events/hxdd/worldhandler.zs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class HXDDWorldEventHandler : EventHandler {
Inventory item = Inventory(e.Thing);
if (item is "Inventory" || item is "CustomInventory") {
String pkupSound = item.PickupSound;
console.printf("%s", pkupSound);
String replacement = prog.FindSoundReplacement(pkupSound);
item.PickupSound = replacement;
}
Expand Down

0 comments on commit 62d7b8e

Please sign in to comment.