mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix out of order date sort in js
This commit is contained in:
parent
7f87db5757
commit
1e5227b4fa
1 changed files with 5 additions and 0 deletions
|
|
@ -41,7 +41,12 @@ class Mission {
|
|||
public var game:String;
|
||||
public var hasEgg:Bool;
|
||||
public var isCustom:Bool;
|
||||
#if hl
|
||||
public var addedAt:Int64;
|
||||
#end
|
||||
#if js
|
||||
public var addedAt:Int;
|
||||
#end
|
||||
|
||||
var next:Mission;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue