TheBusyBiscuit / CS-CoreLib2

This is an updated (LITE) Version of CS-CoreLib. Instead of being a hard dependency, it should be shaded instead.
MIT License
19 stars 18 forks source link

Resolve getBoolean overflow #201

Closed Sefiraat closed 3 years ago

Sefiraat commented 3 years ago

PersistentDataApi#getBoolean calls PersistentDataApi#getOptionalBoolean which calls PersistentDataApi#getBoolean causing an overflow.