Commit 1331b93
committed
fix: (killaura) keep autoblock attack/place inline to pass Grim PacketOrderI
postRotationAttack deferred the attack (C02) and hitblock place (C08) past the tick's flying packet, so they landed in the next tick's bucket alongside the C07 release -> GrimAC PacketOrderI (invalid combat/use/release tick order) + setback on every hit-with-autoblock. Gate post-move to autoBlock==Off; with autoblock engaged the packets stay inline (pre-flying), the reference build's clean two-tick cycle.1 parent 44edf55 commit 1331b93
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1035 | 1035 | | |
1036 | 1036 | | |
1037 | 1037 | | |
1038 | | - | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
1039 | 1043 | | |
1040 | 1044 | | |
1041 | 1045 | | |
| |||
0 commit comments