fix: delete log.

This commit is contained in:
Tungdv
2025-12-06 14:44:34 +07:00
parent be85cf1d91
commit 09322bcf41
@@ -506,7 +506,6 @@ namespace BrewMonster.Scripts
if ((GetMoveRelDirMask() & (uint)((MOVE_DIR.MD_LEFT | MOVE_DIR.MD_RIGHT | MOVE_DIR.MD_FORWARD | MOVE_DIR.MD_BACK))) != 0)
m_iDestType = DestTypes.DEST_PUSH;
Debug.LogError("m_iDestType = " + m_iDestType);
if (m_iDestType == DestTypes.DEST_2D)
{
float fDist;