r5sdk/r5dev/networksystem
Kawe Mazidjatari f0907ca9f1 BanSystem: refactor & fix bugs
* 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.
2024-04-05 17:56:52 +02:00
..
2024-04-05 17:56:52 +02:00
2024-04-05 17:52:57 +02:00
2024-04-05 17:52:57 +02:00
2022-09-09 19:47:31 +02:00