Forget a commented code part

This commit is contained in:
Vlammar 2020-07-16 03:01:48 +02:00
parent f007e8e0b9
commit 97adcf4aaf

View File

@ -149,11 +149,7 @@ public class PlayerMapStore implements ConfigurationSerializable
{
return new ArrayList(mapList);
}
/*public synchronized ArrayList<ImageMap> getMapList()
{
return mapList;
}*/
public synchronized ImageMap[] getMaps()
{
return mapList.toArray(new ImageMap[mapList.size()]);