mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2025-12-19 15:09:23 +00:00
remove debug
This commit is contained in:
@@ -313,6 +313,7 @@ public class BukkitCustomNameplates extends CustomNameplates implements Listener
|
||||
this.requirementManager.reload();
|
||||
// load basics
|
||||
this.configManager.reload();
|
||||
this.debugger = ConfigManager.debug() ? (s) -> getPluginLogger().info("[DEBUG] " + s.get()) : (s) -> {};
|
||||
this.storageManager.reload();
|
||||
this.translationManager.reload();
|
||||
// prepare resources
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Project settings
|
||||
# Rule: [major update].[feature update].[bug fix]
|
||||
project_version=3.0.12
|
||||
project_version=3.0.12.1
|
||||
config_version=32
|
||||
project_group=net.momirealms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user