Maurits825 / AFKScape

A game that simulates playing the game Old School RuneScape at a faster pace! Developed in Unity using C#.
0 stars 0 forks source link

Potential overflow bugs #62

Open Maurits825 opened 4 years ago

Maurits825 commented 4 years ago
Maurits825 commented 4 years ago

https://docs.microsoft.com/en-us/dotnet/api/system.numerics.biginteger?redirectedfrom=MSDN&view=netcore-3.1

Maurits825 commented 4 years ago

this is fixed for amounts by using the BigInterger type, xp should also be moved to use this