1
0
mirror of synced 2024-11-28 01:10:53 +01:00

Auto no longer hit bombs

This commit is contained in:
0auBSQ 2024-07-18 22:27:53 +09:00
parent 629ec8018b
commit 07d58061e6

View File

@ -1837,7 +1837,7 @@ namespace TJAPlayer3
break; break;
} }
if (bAutoPlay && !this.bPAUSE) if (bAutoPlay && !this.bPAUSE && !NotesManager.IsMine(pChip))
{ {
pChip.bHit = true; pChip.bHit = true;
if (!NotesManager.IsADLIB(pChip)) // Provisional, to avoid crash on 0x101 if (!NotesManager.IsADLIB(pChip)) // Provisional, to avoid crash on 0x101