Stopped hidden players from interacting with killer blocks

This commit is contained in:
Venom983 2015-09-30 10:00:08 -04:00
parent c9bb25d664
commit debc2578f3

View File

@ -2066,7 +2066,7 @@ cliprot = rot;
return;
if ( lastDeath.AddSeconds(2) < DateTime.Now ) {
if ( level.Killer && !invincible ) {
if ( level.Killer && !invincible && !hidden ) {
switch ( b ) {
case Block.tntexplosion: GlobalChatLevel(this, this.color + this.prefix + this.name + Server.DefaultColor + " &cblew into pieces.", false); break;