1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

fix default spy cloak

This commit is contained in:
Robin Appelman 2025-06-28 20:11:20 +02:00
commit e40be5529e

View file

@ -124,7 +124,7 @@ impl PlayerClassData {
Class::Spy => PlayerClassData::Spy {
disguise_team: Team::Other,
disguise_class: Class::Other,
cloak: 0.0,
cloak: 100.0,
},
_ => PlayerClassData::None,
}