Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
misleadingname committed Oct 25, 2024
1 parent 73fc639 commit 3d2795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GDWeave/Loader/PackFileLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public IEnumerable<Token> Modify(string path, IEnumerable<Token> tokens) {
yield return new Token(TokenType.Period);
yield return new IdentifierToken("add_to_group");
yield return new Token(TokenType.ParenthesisOpen);
yield return new ConstantToken(new StringVariant("weave_mod"));
yield return new ConstantToken(new StringVariant("gdweave_mod"));
yield return new Token(TokenType.ParenthesisClose);
yield return token;

Expand Down

0 comments on commit 3d2795c

Please sign in to comment.