Howdy everyone,
I am completely stunned by the issue I am facing.
#Server.gd
var location = peers[i]['loc'] # this is the player position
print($TileMap.get_cell_source_id(0, location)) # This makes no sense

The location where the player currently is can no tile to be seen.
But the server does seem to see a tile.
How is this possible?
The tiles are brought to the client and are the same as seen on the server.
I suspect no problem there, but who knows?