Merge pull request #9612 from VOREStation/upstream-merge-7839

[MIRROR] Fixed global_announce autospeaker
This commit is contained in:
Verkister
2021-02-10 12:10:36 +02:00
committed by Chompstation Bot
parent 26d1ac519a
commit ac8a77dd06
4 changed files with 8 additions and 10 deletions

View File

@@ -948,7 +948,7 @@ var/datum/announcement/minor/admin_min_announcer = new
log_admin("[key_name(usr)] toggled persistence to [config.persistence_disabled ? "Off" : "On"].")
world.update_status()
feedback_add_details("admin_verb","TPD") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/datum/admins/proc/togglemaploadpersistence()
set category = "Server"
set desc="Whether mapload persistent data will be saved from now on."