Fix debug logging messages
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
This commit is contained in:
parent
4fbde4fc10
commit
88648fec62
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user