mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-09 16:31:59 +00:00
Replace MSVC __debugbreak with cross-compiler DEBUG_BREAK macro. (#1540)
This commit is contained in:
@@ -211,8 +211,6 @@ VOID CPlatformNetworkManagerXbox::NotifyPlayerLeaving(
|
||||
__in IQNetPlayer * pQNetPlayer
|
||||
)
|
||||
{
|
||||
//__debugbreak();
|
||||
|
||||
app.DebugPrintf( "Player 0x%p \"%ls\" leaving.\n",
|
||||
pQNetPlayer,
|
||||
pQNetPlayer->GetGamertag() );
|
||||
|
||||
Reference in New Issue
Block a user