Fixing map rotation.

This commit is contained in:
Sarah 2015-08-15 07:34:04 +02:00
parent 090c1f135d
commit 96dc86a481

View File

@ -151,7 +151,7 @@ public class WorldData
File = Host.GetFiles().get(game).get(map);
//Don't allow repeat maps.
if (Host.GetFiles().size() > 1)
if (Host.GetFiles().get(game).size() > 1)
{
while (File.equals(Host.Manager.GetGameCreationManager().GetLastMap()))
{