Fix Map bot

This commit is contained in:
BruceChen 2022-10-04 12:00:10 +08:00
parent b97b226166
commit edaa309559
2 changed files with 4 additions and 1 deletions

View file

@ -102,6 +102,9 @@ namespace MinecraftClient.ChatBots
if (columnsUpdated == 0 && cachedMaps.ContainsKey(mapid))
return;
if (rowsUpdated <= 0 && columnsUpdated <= 0)
return;
McMap map = new()
{
MapId = mapid,