mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
fix default spy cloak
This commit is contained in:
parent
4b88c33bf2
commit
e40be5529e
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ impl PlayerClassData {
|
||||||
Class::Spy => PlayerClassData::Spy {
|
Class::Spy => PlayerClassData::Spy {
|
||||||
disguise_team: Team::Other,
|
disguise_team: Team::Other,
|
||||||
disguise_class: Class::Other,
|
disguise_class: Class::Other,
|
||||||
cloak: 0.0,
|
cloak: 100.0,
|
||||||
},
|
},
|
||||||
_ => PlayerClassData::None,
|
_ => PlayerClassData::None,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue