Skip to content

Commit

Permalink
fix missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
grzybeek committed Apr 8, 2024
1 parent b65df01 commit 176231d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grzyClothTool/GlobalConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ namespace grzyClothTool;

public static class GlobalConstants
{
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)
public const string DISCORD_INVITE_URL = "https://discord.gg/HCQutNhxWt";
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)
public const string DISCORD_INVITE_URL = "https://discord.gg/HCQutNhxWt";
}

0 comments on commit 176231d

Please sign in to comment.