Skip to content

Commit

Permalink
Доработка по ревью
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Dec 10, 2024
1 parent 17e6bf8 commit 4bdc23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/jobs/code/configuration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/datum/configuration_section/job_configuration_restriction/proc/race_exist_in_config(race_name, job_name)
if(race_name in GLOB.all_species)
return TRUE
CRASH("Race [race_name] mentioned in config of job_configuration_restriction for job [job_name] not found in global var of all spieces GLOB.all_species")
CRASH("Race [race_name] mentioned in config of job_configuration_restriction for job [job_name] not found in global var of all species GLOB.all_species")

/datum/server_configuration/load_all_sections()
. = ..()
Expand Down

0 comments on commit 4bdc23e

Please sign in to comment.