fix: use char instead of str

This commit is contained in:
sebampuero
2025-03-15 21:22:20 +01:00
committed by hyperdefined
parent 818f2e7a39
commit 256581fa08

View File

@@ -136,6 +136,7 @@ public class ConfigTools {
/**
* Format a string with several placeholders to be ready for lore usage.
*
* @param configName The message to use.
* @param placeHoldersValues Map containing placeholders names as keys and values.
* @return Formatted string, null if the configName doesn't exist.