Remove code that nerfs scheduler
This commit is contained in:
parent
c50c322b24
commit
e6715e772b
@ -86,8 +86,6 @@ namespace TrueCraft
|
||||
}
|
||||
if (e.When > start)
|
||||
break; // List is sorted, we can exit early
|
||||
if (start > Stopwatch.ElapsedTicks + 200000)
|
||||
break; // We're falling behind
|
||||
}
|
||||
}
|
||||
Profiler.Done(20);
|
||||
@ -101,4 +99,4 @@ namespace TrueCraft
|
||||
public string Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user