mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Make sure we read the banlist from platform as well, just like how we write to it. * Use strtoull() instead of atoll() for nucleus id values, nucleus id is unsigned so we must convert to unsigned. * Remove extraneous try catches, these were previously used for integral type conversions that threw exceptions, but the current ones do not throw so the try catch is unnecessary.