mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
Prepend Rollback entries, this ensures the last entries get restored first, instead of last
This commit is contained in:
@ -22,7 +22,7 @@ public class TFM_RollbackManager
|
||||
{
|
||||
e = new ArrayList<TFM_RollbackEntry>();
|
||||
}
|
||||
e.add(new TFM_RollbackEntry(block));
|
||||
e.add(0, new TFM_RollbackEntry(block));
|
||||
entries.put(player.getName(), e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user