mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-19 13:55:00 +00:00
Prepend Rollback entries, this ensures the last entries get restored first, instead of last
This commit is contained in:
parent
6a7e866a53
commit
8d59ba59f4
@ -1,5 +1,5 @@
|
|||||||
#Fri, 17 May 2013 22:55:47 +0200
|
#Mon, 20 May 2013 15:11:32 +0200
|
||||||
|
|
||||||
program.VERSION=2.17
|
program.VERSION=2.17
|
||||||
program.BUILDNUM=210
|
program.BUILDNUM=212
|
||||||
program.BUILDDATE=05/17/2013 10\:55 PM
|
program.BUILDDATE=05/20/2013 03\:11 PM
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Fri May 17 22:55:47 CEST 2013
|
#Mon May 20 15:11:32 CEST 2013
|
||||||
build.number=211
|
build.number=213
|
||||||
|
@ -22,7 +22,7 @@ public class TFM_RollbackManager
|
|||||||
{
|
{
|
||||||
e = new ArrayList<TFM_RollbackEntry>();
|
e = new ArrayList<TFM_RollbackEntry>();
|
||||||
}
|
}
|
||||||
e.add(new TFM_RollbackEntry(block));
|
e.add(0, new TFM_RollbackEntry(block));
|
||||||
entries.put(player.getName(), e);
|
entries.put(player.getName(), e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user