Auto no longer hit bombs
This commit is contained in:
parent
629ec8018b
commit
07d58061e6
@ -1837,7 +1837,7 @@ namespace TJAPlayer3
|
||||
break;
|
||||
}
|
||||
|
||||
if (bAutoPlay && !this.bPAUSE)
|
||||
if (bAutoPlay && !this.bPAUSE && !NotesManager.IsMine(pChip))
|
||||
{
|
||||
pChip.bHit = true;
|
||||
if (!NotesManager.IsADLIB(pChip)) // Provisional, to avoid crash on 0x101
|
||||
|
Loading…
Reference in New Issue
Block a user