Skip to content

Commit 176231d

Browse files
committed
fix missing bracket
1 parent b65df01 commit 176231d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

grzyClothTool/GlobalConstants.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ namespace grzyClothTool;
22

33
public static class GlobalConstants
44
{
5-
public const int MAX_DRAWABLES_IN_ADDON = 128; //todo: somewhere in the future, this should depend on a resource type (fivem has limit of 128, but sp and ragemp have 255 I believe)
6-
public const string DISCORD_INVITE_URL = "https://discord.gg/HCQutNhxWt";
5+
public const int MAX_DRAWABLES_IN_ADDON = 128; //todo: somewhere in the future, this should depend on a resource type (fivem has limit of 128, but sp and ragemp have 255 I believe)
6+
public const string DISCORD_INVITE_URL = "https://discord.gg/HCQutNhxWt";
7+
}

0 commit comments

Comments
 (0)