From 5a2c9727f3f437f117dc9eed35ffd384f5130c4b Mon Sep 17 00:00:00 2001 From: Jack Back Date: Wed, 20 Mar 2024 18:09:38 +0100 Subject: [PATCH] format --- iw5/scripts/mp/_jump.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } }