Make placeholder identifier lowercase

This commit is contained in:
Luck 2016-08-23 20:11:53 +01:00
parent 21d0c9ab0e
commit 84f377451e
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -52,7 +52,7 @@ import java.util.regex.Pattern;
* - meta_<node>
*/
public class LuckPermsPlaceholderExpansion extends PlaceholderExpansion {
private static final String IDENTIFIER = "LuckPerms";
private static final String IDENTIFIER = "luckperms";
private static final String PLUGIN_NAME = "LuckPerms";
private static final String AUTHOR = "Luck";