Skip to content

Commit

Permalink
Copy and Paste ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Dec 3, 2017
1 parent 1136aab commit c7fb3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/ttt/ttt_tactical_shield.sp
Expand Up @@ -38,7 +38,7 @@ public void OnPluginStart()
g_cLongName = AutoExecConfig_CreateConVar("tactical_shield_name", "Tactical Shield", "The name of this in Shop");
g_cPrice = AutoExecConfig_CreateConVar("tactical_shield_price", "9000", "The amount of credits a tactical shield costs as detective. 0 to disable.");
g_cPrio = AutoExecConfig_CreateConVar("tactical_shield_sort_prio", "0", "The sorting priority of the tactical shield in the shop menu.");
g_cDiscount = AutoExecConfig_CreateConVar("tactical_shield_discount_drone", "0", "Should tactical shield discountable?", _, true, 0.0, true, 1.0);
g_cDiscount = AutoExecConfig_CreateConVar("tactical_shield_discountable", "0", "Should tactical shield discountable?", _, true, 0.0, true, 1.0);
g_cForce = AutoExecConfig_CreateConVar("tactical_shield_force", "0", "Force shield?", _, true, 0.0, true, 1.0);
EndConfig();

Expand Down

0 comments on commit c7fb3a9

Please sign in to comment.