Closed bend-n closed 1 year ago
its not a slight refactor, it fixes the map data not saving, because you were shadowing the map id with String mapID, so we were saving data to map "0".
String mapID
"0"
its really a change from String mapID = to mapID = with a little refactoring on top.
String mapID =
mapID =
its not a slight refactor, it fixes the map data not saving, because you were shadowing the map id with
String mapID
, so we were saving data to map"0"
.