diff --git a/iw5/scripts/mp/_jump.gsc b/iw5/scripts/mp/_jump.gsc index ee6d87e..79b6339 100644 --- a/iw5/scripts/mp/_jump.gsc +++ b/iw5/scripts/mp/_jump.gsc @@ -131,6 +131,6 @@ onPlayerSpawned() { self waittill( "spawned_player" ); - self setPerk( "specialty_marathon", true, false ); + self setPerk( "specialty_marathon", true, false ); } }