mirror of
https://github.com/CDevJoud/Minecraft-Community-Edition.git
synced 2026-07-18 02:51:11 +00:00
Add fatal in switch statement
This commit is contained in:
@@ -59,6 +59,11 @@ namespace mce {
|
|||||||
color = Color::RED;
|
color = Color::RED;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case Severity::FATAL: {
|
||||||
|
severity = "FATAL";
|
||||||
|
color = Color::RED;
|
||||||
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string file = e.location.file_name();
|
const std::string file = e.location.file_name();
|
||||||
|
|||||||
Reference in New Issue
Block a user