Skip to content

Commit

Permalink
fix: typo in tag api (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
TreemanKing authored Nov 5, 2023
1 parent 24d05ff commit 14a62d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface TagStatus{
* @param argData
* @return if the tag will be removed.
*/
boolean ragRemoved(Player player, ActivationData activeData, String argData);
boolean tagRemoved(Player player, ActivationData activeData, String argData);

}

Expand Down

0 comments on commit 14a62d3

Please sign in to comment.