hellgates maybe?

This commit is contained in:
2025-03-13 20:42:28 -05:00
parent 43072786b1
commit 49ca340b36
5 changed files with 262 additions and 2 deletions
@@ -130,6 +130,13 @@ public enum SimulationManager {
}
try{
HellgateManager.pulseHellgates();
}catch(Exception e){
Logger.error("Failed to pulse hellgates");
Logger.error(e.getMessage());
}
SimulationManager.executionTime = Duration.between(startTime, Instant.now());
if (executionTime.compareTo(executionMax) > 0)