Fix two typos. (#21965)

* Fix one typo and two invalid job map entries.

* Fix IAA, add stacktrace call.
This commit is contained in:
warriorstar-orion
2023-08-12 05:44:28 -04:00
committed by GitHub
parent be0cd179d3
commit c45b8edb0f
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -534,6 +534,7 @@ SUBSYSTEM_DEF(jobs)
// Key: name | Value: Amount
var/datum/job/J = GetJob(job)
if(!J)
stack_trace("`[job]` not found while setting max slots. Check for misspellings or alternate titles")
continue
J.total_positions = text2num(joblist[job])
J.spawn_positions = text2num(joblist[job])