From c3f26891cb2f0623820fb4c32fce31ba79cb5d09 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 5 Oct 2025 16:44:15 -0700 Subject: [PATCH] [MIRROR] hashes shouldn't match --- code/modules/mob/new_player/lobby_browser.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/mob/new_player/lobby_browser.dm b/code/modules/mob/new_player/lobby_browser.dm index 05fbd309a19..c2b2ecb4a41 100644 --- a/code/modules/mob/new_player/lobby_browser.dm +++ b/code/modules/mob/new_player/lobby_browser.dm @@ -51,7 +51,13 @@ data["can_submit_feedback"] = SSsqlite.can_submit_feedback(client) data["show_station_news"] = GLOB.news_data.station_newspaper data["new_station_news"] = client.prefs.lastlorenews != GLOB.news_data.newsindex +<<<<<<< HEAD data["new_changelog"] = read_preference(/datum/preference/text/lastchangelog) == GLOB.changelog_hash +======= + data["new_changelog"] = read_preference(/datum/preference/text/lastchangelog) != GLOB.changelog_hash + data["can_start_now"] = client.is_localhost() && check_rights_for(client, R_SERVER) + data["immediate_start"] = SSticker.start_immediately || (!isnull(SSticker.timeLeft) && SSticker.timeLeft < 0) +>>>>>>> 3cf07a0833 ([MIRROR] hashes shouldn't match (#11782)) return data