mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-09 00:24:15 +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