disable ingame changelog notification (#15960)

This commit is contained in:
Killian
2024-05-04 16:51:25 +10:00
committed by GitHub
parent 333489f653
commit 5540a960e6
+3
View File
@@ -246,11 +246,14 @@
void = new()
screen += void
//disabled because we don't use the ingame changelog system any more
/*
if((prefs.lastchangelog != changelog_hash) && isnewplayer(src.mob)) //bolds the changelog button on the interface so we know there are updates.
to_chat(src, "<span class='info'>You have unread updates in the changelog.</span>")
winset(src, "rpane.changelog", "background-color=#eaeaea;font-style=bold")
if(config.aggressive_changelog)
src.changes()
*/
if(config.paranoia_logging)
var/alert = FALSE //VOREStation Edit start.