mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-27 10:34:03 +00:00
Oopsies.
This commit is contained in:
@@ -37,7 +37,7 @@ public class TFM_RollbackManager
|
|||||||
{
|
{
|
||||||
e = new ArrayList<TFM_RollbackEntry>();
|
e = new ArrayList<TFM_RollbackEntry>();
|
||||||
}
|
}
|
||||||
e.add(entry);
|
e.add(0, entry);
|
||||||
entries.put(player.getName(), e);
|
entries.put(player.getName(), e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user