Updated PM, uses 60s average to match message update time, modified message to display Server Running Time(Total Time Elapsed) in h:m:s.ms format

Readded perviously removed update interval condition
This commit is contained in:
NotAlwaysTrue
2025-12-22 00:24:22 +08:00
parent 7d9642a5b1
commit d98f9de5d4
3 changed files with 18 additions and 9 deletions
@@ -230,6 +230,7 @@ namespace Barotrauma
Level.Loaded.Update((float)deltaTime, Camera.Instance);
}
});
//TODO: Divide CharacterList into different parts to update
Task CharacterTask = Task.Factory.StartNew(() => Character.UpdateAll((float)deltaTime, Camera.Instance));
#endif