mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-07 23:42:44 +00:00
* Fixes incorrect apc offset warnings (#64488) We were setting the offset to negative values, then checking that against a non negative define Uses the absolute value to compare instead of the signed value. * Fixes incorrect apc offset warnings Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>