This commit is contained in:
TreemanK 2023-11-05 19:11:41 +11:00
parent 24d05ff2fd
commit 6b8b97f48d
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);
}