Apricot-Conservation-Project / Plague-Plugin

Plugin to run the Plague gamemode
GNU General Public License v3.0
2 stars 3 forks source link

fix map data #20

Closed bend-n closed 1 year ago

bend-n commented 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".

bend-n commented 1 year ago

its really a change from String mapID = to mapID = with a little refactoring on top.