droidrcc
02/14/2025, 5:50 PMif (something == ABC
) {
...
} else {
...
}
) {
should be on the same line of the if statement...
if (something == ABC) {
Do you have any insight?Paul Dingemans
02/14/2025, 6:12 PMPaul Dingemans
02/15/2025, 1:35 PM