Skip to content

Defuser Plant Time is fixed at 0:44 #102

@Segergren

Description

@Segergren

Describe the bug
The DefuserPlantComplete event consistently shows 44 seconds, regardless of the actual countdown time when the defuser was planted. To accurately calculate the round length, it would be ideal if this time reflected the exact moment the defuser was planted. For example, if the countdown timer is at 1:14 when the defuser is planted, the DefuserPlantComplete time should be 1:14, not 0:44.
This might be related to #73.

Current behavior

{
	"type": {
		"name": "DefuserPlantComplete",
		"id": 3
	},
	"username": "Boost100hz",
	"time": "0:44",
	"timeInSeconds": 44
}

Expected behavior

{
	"type": {
		"name": "DefuserPlantComplete",
		"id": 3
	},
	"username": "Boost100hz",
	"time": "1:14",
	"timeInSeconds": 74
}

example.json


Thank you so much for making this project. I'm amazed! I'm currently working on implementing a feature to display kills and deaths in the open-source project RePlays (https://github.com/lulzsun/RePlays).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions