This commit is contained in:
Jordan Brown
2018-08-07 11:35:58 -04:00
parent 98b19792d8
commit 4c851168ab
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -74,12 +74,6 @@
/world/proc/TgsReboot()
return
//OPTIONAL HOOKS
//called with debug messages
/world/proc/TgsDebug(message)
return
//DATUM DEFINITIONS
//unless otherwise specified all datums defined here should be considered read-only, warranty void if written
+1 -1
View File
@@ -162,7 +162,7 @@ namespace Tgstation.Server.Host.Core
if (badJobs.Count > 0)
{
logger.LogTrace("Cleaning {0} unfinished jobs...", badJobs.Count);
foreach (var I in enumerator)
foreach (var I in badJobs)
{
var job = new Job { Id = I };
databaseContext.Jobs.Attach(job);