Merge remote-tracking branch 'origin/master'

This commit is contained in:
Antoine
2021-06-25 14:33:03 +02:00
5 changed files with 78 additions and 9 deletions

View File

@ -397,10 +397,19 @@ public class match {
case 21:
try {
handleThrows(p1, p2);
handleThrows(p2,p1);
} catch (IndexOutOfBoundsException e) {}
try {
handleHits(p1, p2, inputsP2);
}catch (IndexOutOfBoundsException e) {};
try {
handleThrows(p2,p1);
} catch (IndexOutOfBoundsException e) {}
try {
handleHits(p2, p1, inputsP1);
}catch (IndexOutOfBoundsException e) {};
acCode = 22;