format
All checks were successful
Build / build-linux (push) Successful in 7s

This commit is contained in:
6arelyFuture 2024-03-20 18:09:38 +01:00
parent 9a3697ac6e
commit 5a2c9727f3
Signed by: Future
GPG Key ID: FA77F074E98D98A5

View File

@ -131,6 +131,6 @@ onPlayerSpawned()
{ {
self waittill( "spawned_player" ); self waittill( "spawned_player" );
self setPerk( "specialty_marathon", true, false ); self setPerk( "specialty_marathon", true, false );
} }
} }