Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d432f82e85 |
@ -82,7 +82,7 @@ export default function App() {
|
|||||||
const action = parseInt(logParameter3, 16)
|
const action = parseInt(logParameter3, 16)
|
||||||
|
|
||||||
if ( //sanity check the tea sis period wig snapped
|
if ( //sanity check the tea sis period wig snapped
|
||||||
((action < 9 || action > 20000) && //is not a combat action
|
((action < 9 || action > 30000) && //is not a combat action
|
||||||
(action < 100001 || action > 100300)) || //and is not a crafting action
|
(action < 100001 || action > 100300)) || //and is not a crafting action
|
||||||
(logTimestamp === lastTimestamp && action === lastAction) //or this action is a bug/duplicate
|
(logTimestamp === lastTimestamp && action === lastAction) //or this action is a bug/duplicate
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user