ElementZero
ElementZero copied to clipboard
wen a player joins without a microsoft account the player will never leave
so wen a player without a micro soft account joins everything is fine until they leave the client disconnects but on the server side they dont
This is a blocker if you run your want to run a local LAN server.
Looks like the problem is in playerdatabase.cpp I think the problem is in the query on line 168 where "INSERT" should be changed to "INSERT OR REPLACE"