Skip to content

Fixed incorrect TimeLeft setter in RespawnWave#339

Open
CCrous wants to merge 1 commit intonorthwood-studios:masterfrom
CCrous:fix-RespawnWave-TimeLeft
Open

Fixed incorrect TimeLeft setter in RespawnWave#339
CCrous wants to merge 1 commit intonorthwood-studios:masterfrom
CCrous:fix-RespawnWave-TimeLeft

Conversation

@CCrous
Copy link
Contributor

@CCrous CCrous commented Jan 23, 2026

No description provided.

{
get => Base.Timer.TimeLeft;
set => Base.Timer.SetTime(value);
set => Base.Timer.SetTime(this.Base.Timer.SpawnIntervalSeconds - value);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
set => Base.Timer.SetTime(this.Base.Timer.SpawnIntervalSeconds - value);
set => Base.Timer.SetTime(Base.Timer.SpawnIntervalSeconds - value);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants