Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
v1.2.2 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucoiso authored Nov 23, 2022
1 parent c0b383d commit 841e598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ModularFeatures_ExtraActions.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 2,
"VersionName": "1.2.1",
"VersionName": "1.2.2",
"FriendlyName": "Modular Features: Extra Actions",
"Description": "Integrates GAS and Enhanced Input to the existing Game Features and Modular plugins.",
"Category": "Game Features",
Expand Down
2 changes: 1 addition & 1 deletion Source/Public/MFEA_Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum class EAbilityBindingMode :uint8
AbilityClass
};

UCLASS(Config = Game, DefaultConfig, meta = (DisplayName = "Modular Features: Extra Actions"))
UCLASS(Config = Plugins, DefaultConfig, meta = (DisplayName = "Modular Features: Extra Actions"))
class MODULARFEATURES_EXTRAACTIONS_API UMFEA_Settings : public UDeveloperSettings
{
GENERATED_BODY()
Expand Down

0 comments on commit 841e598

Please sign in to comment.