mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
Oopsies.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user