comment out "private items in inventory" message
This commit is contained in:
parent
01f9aa434a
commit
2ce9be9958
@ -107,10 +107,13 @@ func parseMetadata(mapblock *MapBlock, data []byte) (int, error) {
|
||||
priv = readU8(metadata, offset)
|
||||
offset++
|
||||
}
|
||||
if priv != 0 {
|
||||
// do something usefull
|
||||
logrus.Info("Private items in Inventory")
|
||||
}
|
||||
|
||||
/*
|
||||
if priv != 0 {
|
||||
// do something usefull
|
||||
logrus.Info("Private items in Inventory")
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
var currentInventoryName *string
|
||||
|
Loading…
Reference in New Issue
Block a user