remove redundant logic

This commit is contained in:
scamiv
2025-11-25 17:40:39 +01:00
parent 4268f9019f
commit a21f066700
3 changed files with 17 additions and 93 deletions
-1
View File
@@ -131,7 +131,6 @@ export class TickMetricsEvent implements GameEvent {
public readonly tickDelay?: number,
// Number of turns the client is behind the server (if known)
public readonly backlogTurns?: number,
public readonly renderEveryN?: number,
) {}
}