Some bug fixes on the OS and Some apps

Config Changes

This change now allows for multiple jobs to receive the emergency notification when a player dies

DeathScreen = {
    enabled = true,
    sound = true,                                     -- Enable sound
-    job_notified = "ambulance",
+    jobs_notified = { "ambulance", --[[ "police" ]] }, -- Jobs that will receive a notification when a player dies
  },