9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-27 19:09:09 +00:00

Improve debugger

This commit is contained in:
XiaoMoMi
2024-09-15 14:35:51 +08:00
parent 530f82c627
commit bd23b33f03
2 changed files with 5 additions and 7 deletions

View File

@@ -252,7 +252,7 @@ public abstract class BukkitCustomCropsPlugin implements CustomCropsPlugin {
*
* @param message the message supplier to log
*/
public abstract void debug(Supplier<Object> message);
public abstract void debug(Supplier<String> message);
/**
* Retrieves the data folder for the plugin.