fix: typo in tag api (#396)

This commit is contained in:
TreemanKing 2023-11-05 20:36:47 +11:00 committed by GitHub
parent 24d05ff2fd
commit 14a62d384f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class TagHandler {
* @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);
}