mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-05-29 23:45:34 +00:00
Replace MSVC __debugbreak with cross-compiler DEBUG_BREAK macro. (#1540)
This commit is contained in:
@@ -14,9 +14,6 @@ Objective *Scoreboard::addObjective(const wstring &name, ObjectiveCriteria *crit
|
||||
// Objective *objective = getObjective(name);
|
||||
// if (objective != nullptr)
|
||||
// {
|
||||
//#indef _CONTENT_PACKAGE
|
||||
// __debugbreak();
|
||||
//#endif
|
||||
// //throw new IllegalArgumentException("An objective with the name '" + name + "' already exists!");
|
||||
// }
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user