mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Oopsies.
This commit is contained in:
parent
fcb424a793
commit
c308c9a268
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user