Skip to content

Commit

Permalink
changed refresh key to F4 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikeiwa committed Feb 14, 2022
1 parent d52f223 commit 63e02d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PluginSolution/PluginConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void InitConfig(ConfigFile _config)
"Toggle the use of custom player models for ragdolls.");
serverUrl = config.Bind("General", "ServerURL", "",
"Player Models Server URL, keep empty for local player models only.");
reloadKey = config.Bind("General", "ReloadKey", new KeyboardShortcut(KeyCode.F5),
reloadKey = config.Bind("General", "ReloadKey", new KeyboardShortcut(KeyCode.F4),
"The key to reload the player models.");
actionMenuKey = config.Bind("General", "ActionMenuKey", new KeyboardShortcut(KeyCode.G),
"The key to open the action menu.");
Expand Down

0 comments on commit 63e02d7

Please sign in to comment.