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:
parent
3479d6e318
commit
18daf45298
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user