mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 12:02:53 +00:00
Oopsies.
This commit is contained in:
parent
fcb424a793
commit
c308c9a268
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue