mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Fixing common spelling mistakes part 2 (#20360)
* Fixing common spelling mistakes part 2 * "supressed"
This commit is contained in:
@@ -167,7 +167,7 @@ GLOBAL_DATUM_INIT(configuration, /datum/server_configuration, new())
|
||||
var/protection_state = PROTECTION_NONE
|
||||
|
||||
/datum/configuration_section/proc/load_data(list/data)
|
||||
CRASH("load() not overriden for [type]!")
|
||||
CRASH("load() not overridden for [type]!")
|
||||
|
||||
// Maximum protection
|
||||
/datum/configuration_section/can_vv_get(var_name)
|
||||
|
||||
@@ -277,7 +277,7 @@
|
||||
log_startup_progress("Initialized within [time] second[time == 1 ? "" : "s"]!")
|
||||
|
||||
/datum/controller/subsystem/Initialize()
|
||||
CRASH("Initialize() not overriden for [type]! Make the subsystem Initialize or add SS_NO_INIT to the flags")
|
||||
CRASH("Initialize() not overridden for [type]! Make the subsystem Initialize or add SS_NO_INIT to the flags")
|
||||
|
||||
//hook for printing stats to the "MC" statuspanel for admins to see performance and related stats etc.
|
||||
/datum/controller/subsystem/stat_entry(msg)
|
||||
|
||||
@@ -387,7 +387,7 @@ SUBSYSTEM_DEF(dbcore)
|
||||
SSdbcore.total_errors++
|
||||
if(usr)
|
||||
to_chat(usr, "<span class='danger'>A SQL error occurred during this operation, please inform an admin or a coder.</span>")
|
||||
message_admins("An SQL error has occured. Please check the server logs, with the following timestamp ID: \[[time_stamp()]]")
|
||||
message_admins("An SQL error has occurred. Please check the server logs, with the following timestamp ID: \[[time_stamp()]]")
|
||||
|
||||
/**
|
||||
* Main Execution Handler
|
||||
|
||||
Reference in New Issue
Block a user