Skip to content

Commit a7fbaf0

Browse files
committed
Incorrect type for LocaleVersion...
1 parent 6be0958 commit a7fbaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginCore/PluginCore/Localization/LocaleVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace PluginCore.Localization
22
{
3-
public enum LocaleVersion : sbyte
3+
public enum LocaleVersion
44
{
55
/// <summary>
66
/// English - UNITED STATES (US)

0 commit comments

Comments
 (0)