mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Fixups
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user