mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
assddsf
This commit is contained in:
parent
5afc521b4d
commit
03fda7988e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
var data = l.split(';;');
|
var data = l.split(';;');
|
||||||
|
|
||||||
// set the date
|
// set the date
|
||||||
if (log.changeLog.date >= data[0])
|
if (log.changeLog.date <= data[0])
|
||||||
log.changeLog.date = data[0];
|
log.changeLog.date = data[0];
|
||||||
|
|
||||||
// prepend to the changelog body
|
// prepend to the changelog body
|
||||||
|
|
Loading…
Reference in a new issue