Prevent wither assault spectators from reviving teammates.

This is a fix in the same vein as PC-103 (c7970d1), but applied to the
Wither Assault game
This commit is contained in:
cnr 2016-04-23 14:56:31 -05:00
parent 3479d6e318
commit 18daf45298

View File

@ -884,6 +884,8 @@ public class WitherGame extends TeamGame implements IBlockRestorer
return;
Player thrower = (Player) event.getEntity().getShooter();
if (!IsAlive(thrower))
return;
GameTeam throwerTeam = GetTeam(thrower);
if (throwerTeam == null)