Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Default Respawn Time 5s lower than on official servers #100

Open
Hedius opened this issue Oct 6, 2023 · 1 comment
Open

[Bug] Default Respawn Time 5s lower than on official servers #100

Hedius opened this issue Oct 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Hedius
Copy link

Hedius commented Oct 6, 2023

Describe the bug
The respawn time is 5s lower if an API is used by default.
This results in servers having sped up progression by default. (Imo... compared to official servers).
If you have official progression enabled: not ideal :)

The Modifications model has set the RespawnTime to 10s by default. Though it is 5s on the server.
Since only a value change causes an update, this results in player.Modifications.RespawnTime = 10f; not working,
unless you modify a different value too or choose another RespawnTime.

To Reproduce
Steps to reproduce the behavior:

  1. Run a server without an API = 10s respawn = official behavior
  2. Run a server with an API that does not modify anything = 5s delay
  3. If you set the RespawnTime to 10s with player.Modifications.RespawnTime = 10f; nothing changes.

Expected behavior
The server should have 10s default respawn delay if an API is used.
Or the Model should be updated to 5s, so setting the RespawnTime manually to 10s works.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@Hedius Hedius added the bug Something isn't working label Oct 6, 2023
@Fijxu
Copy link

Fijxu commented Nov 14, 2023

I hope this bug never gets fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants