From 89da06bfc4dbfa01bf1fdfcad0d4ca33967ab0e2 Mon Sep 17 00:00:00 2001 From: kaczy Date: Thu, 22 Feb 2024 13:34:11 +0100 Subject: [PATCH] Extended log --- CentrED/Map/LandObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }