mirror of
https://github.com/zDevelopers/ImageOnMap.git
synced 2024-11-16 07:05:14 +01:00
Forget a commented code part
This commit is contained in:
parent
f007e8e0b9
commit
97adcf4aaf
@ -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()]);
|
||||
|
Loading…
Reference in New Issue
Block a user