This commit is contained in:
Jerom van der Sar 2013-06-18 19:52:41 +03:00
parent fcb424a793
commit c308c9a268

View File

@ -37,7 +37,7 @@ public class TFM_RollbackManager
{
e = new ArrayList<TFM_RollbackEntry>();
}
e.add(entry);
e.add(0, entry);
entries.put(player.getName(), e);
}