From 65bf5e654cad9febf9e938387a4f4d15d58832bf Mon Sep 17 00:00:00 2001 From: The Crimson Tautology Date: Tue, 14 Apr 2015 11:41:33 -0400 Subject: [PATCH] remove unneeded cfg directory --- cfg/sourcemod/jetpack_plus.cfg | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 cfg/sourcemod/jetpack_plus.cfg diff --git a/cfg/sourcemod/jetpack_plus.cfg b/cfg/sourcemod/jetpack_plus.cfg deleted file mode 100644 index 9904e69..0000000 --- a/cfg/sourcemod/jetpack_plus.cfg +++ /dev/null @@ -1,12 +0,0 @@ -//Specifies whether or not jetpacks enabled enabled -// "1" Enabled -// "0" Disabled -sm_jetpack "1" - -//Strength at which the jetpack pushes the player -// "8.0" default -sm_jetpack_force "8.0" - -//The time in seconds the jump key needs to be pressed before the jetpack starts -// "0.15" default -sm_jetpack_jump_delay "0.15"