Skip to content

Commit

Permalink
Hotkeys load on startup (v1.2.4)
Browse files Browse the repository at this point in the history
that's it that's all i did
  • Loading branch information
Tribow committed Aug 25, 2022
1 parent 4a35fd2 commit cb23b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Distance.CameraAdditions/ConfigLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public void Awake()
Get("EnableRotationHotkey", "LeftControl+U");
//Save settings to Config.json
Save();
Mod.Instance.OnConfigChanged(this);
}

public T Get<T>(string key, T @default = default(T))
Expand Down

0 comments on commit cb23b80

Please sign in to comment.