diff --git a/CentrED/Map/LandObject.cs b/CentrED/Map/LandObject.cs index be9559a..46486d4 100644 --- a/CentrED/Map/LandObject.cs +++ b/CentrED/Map/LandObject.cs @@ -87,7 +87,7 @@ public void UpdateId(ushort newId) if (Texture == null) { - Console.WriteLine($"No texture found for land {newId:X}, texmap: {useTexMap}"); + Console.WriteLine($"No texture found for land {Tile.X},{Tile.Y},{Tile.Z}:0x{newId:X}, texmap:{useTexMap}"); return; }