mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-12 00:40:42 +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…
Reference in a new issue