remove redundant logic

This commit is contained in:
scamiv
2025-11-25 17:40:39 +01:00
parent bd6dbd3f4b
commit 0ffe9c39ad
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,
) {}
}