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