mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[MIRROR] Fixed spelling of possession, Separate, and Cemetery [MDB IGNORE] (#9862)
* Fixed spelling of possession, separate, and cemetery (#63203) Just fixes some spelling for gangs. I also fixed misspellings for "posession" to "possession". Fixed "seperate " to "Separate" Fixed "Cemetary" to "Cemetery" * Fixed spelling of possession, Separate, and Cemetery Co-authored-by: Doctor Pope <84367152+Dr-Pope@users.noreply.github.com>
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
|
||||
/datum/config_entry/flag/log_world_topic // log all world.Topic() calls
|
||||
|
||||
/datum/config_entry/flag/log_manifest // log crew manifest to seperate file
|
||||
/datum/config_entry/flag/log_manifest // log crew manifest to separate file
|
||||
|
||||
/datum/config_entry/flag/log_job_debug // log roundstart divide occupations debug information to a file
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#define INIT_PROFILE_NAME "init_profiler.json"
|
||||
|
||||
///Subsystem exists so we can seperately log init time costs from the costs of general operation
|
||||
///Subsystem exists so we can separately log init time costs from the costs of general operation
|
||||
///Hopefully this makes sorting out what causes problems when easier
|
||||
SUBSYSTEM_DEF(init_profiler)
|
||||
name = "Init Profiler"
|
||||
|
||||
Reference in New Issue
Block a user