mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-04-23 11:21:24 +00:00
move keys to own class
this took forever
This commit is contained in:
@@ -209,7 +209,7 @@ public class TokenData {
|
||||
tokenMeta.lore(lore);
|
||||
|
||||
// set the PDC
|
||||
tokenData.set(toolStats.tokenType, PersistentDataType.STRING, tokenType);
|
||||
tokenData.set(toolStats.toolStatsKeys.getTokenType(), PersistentDataType.STRING, tokenType);
|
||||
token.setItemMeta(tokenMeta);
|
||||
|
||||
// set the custom model data
|
||||
|
||||
Reference in New Issue
Block a user