- remove debug message.

This commit is contained in:
Christoph Oelckers 2016-11-03 13:39:51 +01:00
parent a45523fb63
commit 8305005125

View file

@ -189,7 +189,6 @@ extend class Actor
void A_BrainDie()
{
A_Log("A_BrainDie");
// [RH] If noexit, then don't end the level.
if ((GetCVar("deathmatch") || GetCVar("alwaysapplydmflags")) && GetCVar("sv_noexit"))
return;