mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
disable ingame changelog notification (#15960)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user