File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
PistonChat/src/main/java/net/pistonmaster/pistonchat Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1717import net .pistonmaster .pistonchat .api .PistonWhisperEvent ;
1818import net .pistonmaster .pistonchat .config .PistonChatConfig ;
1919import net .pistonmaster .pistonchat .utils .MessageKeyResolver ;
20- import net .pistonmaster .pistonchat .utils .MiniPlaceholdersHook ;
2120import net .pistonmaster .pistonchat .utils .PlayerUtils ;
2221import net .pistonmaster .pistonchat .utils .StringUtils ;
2322import org .bukkit .ChatColor ;
@@ -229,7 +228,7 @@ public TagResolver getDisplayNameResolver(CommandSender sender) {
229228
230229 private TagResolver miniPlaceholdersTagResolver () {
231230 if (plugin .getServer ().getPluginManager ().isPluginEnabled ("MiniPlaceholders" )) {
232- return MiniPlaceholdersHook .relationalGlobalPlaceholders ();
231+ return MiniPlaceholders .relationalGlobalPlaceholders ();
233232 } else {
234233 return TagResolver .empty ();
235234 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments