Put NBT info behind debugger

This commit is contained in:
themodernhakr 2025-03-12 01:52:57 -05:00
parent a5472065a7
commit 995af4eea5

View File

@ -1,5 +1,7 @@
class magic.shardblade { class magic.shardblade {
function give() { function give() {
if ($logger) {
printf("&<SelectedItem>"); printf("&<SelectedItem>");
} }
} }
}