Merge remote-tracking branch 'omasanori/startup_info_version'
This commit is contained in:
commit
e348219fee
|
@ -107,7 +107,7 @@ void show_startup_info(Client* local_client, int last_version)
|
|||
DisplayLineList info;
|
||||
for (auto note : version_notes)
|
||||
{
|
||||
if (note.version and note.version < last_version)
|
||||
if (note.version and note.version <= last_version)
|
||||
continue;
|
||||
|
||||
if (not note.version)
|
||||
|
|
Loading…
Reference in New Issue
Block a user