Clients that are waiting for very old events are kicked

This commit is contained in:
juanjp600
2017-03-01 16:40:07 -03:00
parent 1b6468e1ec
commit e681a2d29a
5 changed files with 23 additions and 3 deletions
+2
View File
@@ -11,6 +11,8 @@ namespace Barotrauma
{
private static double alpha;
public static double TotalTime;
public static double Accumulator;
public static double Step = 1.0 / 60.0;