Skip to content

Commit

Permalink
conf名変更
Browse files Browse the repository at this point in the history
  • Loading branch information
TORISOUP committed Sep 11, 2016
1 parent 4a31234 commit 56f6b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Inferno/InfernoScripts/CitizenAttachVehicle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public override bool Validate()
class CitizenAttachVehicle : InfernoScript
{
#region conf
protected override string ConfigFileName { get; } = "CitizenAttachVehicleConfig.conf";
protected override string ConfigFileName { get; } = "CitizenAttachVehicle.conf";
private CitizenAttachVehicleConfig config;
private string EnableKeyCode => config?.EnableKeyCode ?? "K";
private string DisableKeyCode => config?.DisableKeyCode ?? "J";
Expand Down

0 comments on commit 56f6b04

Please sign in to comment.