Currently the steamid of every player is stored in wurmplayer.db in the table STEAM_IDS. On storing there is a bigger problem causing the table to grow extremly huge over time. There is a bug in the code where the steam id for every player is stored in a new row EACH login, which means one new row for every login, old rows are not deleted/updated as they should.   And then there is another problem, the table schema seems to be not set to auto-increment properly or however the ID s