1
0
forked from MTSR/mapserver

comment out "private items in inventory" message

This commit is contained in:
BuckarooBanzay 2020-03-13 18:06:35 +01:00
parent 01f9aa434a
commit 2ce9be9958

View File

@ -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