stijnwop / guidanceSteering

Guidance Steering (AutoTrack) for Farming Simulator 22.
381 stars 94 forks source link

No Courses if there is the 128th course created #232

Closed michaelarlt closed 2 years ago

michaelarlt commented 4 years ago

Describe the bug We faced an issue on our Multiplayer Server (HoT Online Farm), where no courses are displayed once the 128th course has been added. Looks like the Number is saved either as byte or char which limits the numbers to 127

To Reproduce Steps to reproduce the behavior:

  1. create 128 courses
  2. restart MP server
  3. login to MP Server
  4. all courses gone

Expected behavior 128 couses should be displayed Value should be int or long

Screenshots image

Desktop (please complete the following information):

stijnwop commented 4 years ago

Well yes 128 is the current limit. You're the first to reach it lol.

I could double it and hope 256 would be plenty to fill whatever courses you make.

michaelarlt commented 4 years ago

YES, atleast i reached something in my Life :D Change by Wopster: https://github.com/stijnwop/guidanceSteering/commit/94da7109ebfe0674ed70956cd619c0f9277b99c8 Thanks a lot ;)