Fix debug logging messages
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s

This commit is contained in:
themodernhakr 2025-03-11 17:12:53 -05:00
parent 4fbde4fc10
commit 88648fec62

View File

@ -61,9 +61,9 @@ class logger {
function status() {
switch($logger) {
case 0:
say "Logging is disabled";
say "Debug logging is disabled";
case 1:
say "Logging is enabled";
say "Debug logging is enabled";
}
}