Added logging of item stats re-registration end

This commit is contained in:
Toshayo 2023-06-22 08:25:32 +02:00
parent 71814dae87
commit c3f13a8786
No known key found for this signature in database
GPG Key ID: 7DC46644B561B1B4

View File

@ -932,6 +932,7 @@ public class MainRegistry {
if(GeneralConfig.enableStatReRegistering) {
logger.info("Attempting to re-register item stats...");
StatHelper.resetStatShitFuck(); //shit yourself
logger.info("Item stats re-registered");
}
}