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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user