-
-
Notifications
You must be signed in to change notification settings - Fork 13
Plant and Defused types are mixed up #48
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
Comments
interesting, will take a look |
do you still experience this issue @Grimbyy? if so, do you have a more recent replay that exhibits this behavior? |
I renamed the file to end with .png because of Github file upload limitations. |
I'm seeing something similar. The same guy that planted the defuser also disabled it: {
"type": {
"name": "DefuserPlantComplete",
"id": 3
},
"username": "Arcck.EKU",
"time": "0:01",
"timeInSeconds": 1
},
{
"type": {
"name": "DefuserDisableComplete",
"id": 5
},
"username": "Arcck.EKU",
"time": "0:44",
"timeInSeconds": 44
}, What's also interesting is that the "matchFeedback": [
{
"type": {
"name": "OperatorSwap",
"id": 7
},
"username": "Boxn.EKU",
"time": "0:23",
"timeInSeconds": 23,
"operator": {
"name": "Maverick",
"id": 104189662384
}
},
{
"type": {
"name": "OperatorSwap",
"id": 7
},
"username": "Lomo.EKU",
"time": "0:20",
"timeInSeconds": 20,
"operator": {
"name": "Gridlock",
"id": 174977508808
}
},
{
"type": {
"name": "Kill",
"id": 0
},
"username": "Arcck.EKU",
"target": "Plexios.LVC",
"headshot": false,
"time": "2:14",
"timeInSeconds": 134
},
{
"type": {
"name": "Kill",
"id": 0
},
"username": "MrDavisTV.LVC",
"target": "Sinnn.EKU",
"headshot": false,
"time": "0:23",
"timeInSeconds": 23
},
{
"type": {
"name": "Kill",
"id": 0
},
"username": "Arcck.EKU",
"target": "TheSenate.LVC",
"headshot": true,
"time": "0:23",
"timeInSeconds": 23
},
{
"type": {
"name": "DefuserPlantStart",
"id": 2
},
"username": "Think.EKU",
"time": "0:18",
"timeInSeconds": 18
},
{
"type": {
"name": "Kill",
"id": 0
},
"username": "MrDavisTV.LVC",
"target": "Lomo.EKU",
"headshot": false,
"time": "0:14",
"timeInSeconds": 14
},
{
"type": {
"name": "Kill",
"id": 0
},
"username": "Empor1um.LVC",
"target": "Think.EKU",
"headshot": false,
"time": "0:11",
"timeInSeconds": 11
},
{
"type": {
"name": "DefuserPlantStart",
"id": 2
},
"username": "Arcck.EKU",
"time": "0:08",
"timeInSeconds": 8
},
{
"type": {
"name": "Kill",
"id": 0
},
"username": "Boxn.EKU",
"target": "MrDavisTV.LVC",
"headshot": false,
"time": "0:06",
"timeInSeconds": 6
},
{
"type": {
"name": "DefuserPlantComplete",
"id": 3
},
"username": "Arcck.EKU",
"time": "0:01",
"timeInSeconds": 1
},
{
"type": {
"name": "DefuserDisableComplete",
"id": 5
},
"username": "Arcck.EKU",
"time": "0:44",
"timeInSeconds": 44
},
{
"type": {
"name": "Kill",
"id": 0
},
"username": "Empor1um.LVC",
"target": "Boxn.EKU",
"headshot": false,
"time": "0:44",
"timeInSeconds": 44
},
{
"type": {
"name": "Kill",
"id": 0
},
"username": "Arcck.EKU",
"target": "Empor1um.LVC",
"headshot": true,
"time": "0:42",
"timeInSeconds": 42
},
{
"type": {
"name": "DefuserDisableStart",
"id": 4
},
"username": "Reliable.LVC",
"time": "0:08",
"timeInSeconds": 8
},
{
"type": {
"name": "Kill",
"id": 0
},
"username": "Arcck.EKU",
"target": "Reliable.LVC",
"headshot": false,
"time": "0:00",
"timeInSeconds": 0
}
], |
Describe the bug
Defuser event types sometimes to not line up
To Reproduce
Team Secret .vs KOI Villa @ 2023-04-12 Blast/EU 2023 Stage 1 LCQ
9th round, Team Secret plants, KOI defuses
Current behavior
Expected behavior
Additional context
Seems to be getting confused on whether a player is planting or disabling the defuser.
Defenders, obviously should never be able to plant a defuser and visa versa.
The text was updated successfully, but these errors were encountered: