- Fix random blockhunt bug with mounts and infestor

This commit is contained in:
AlexTheCoder 2015-10-12 03:09:40 -04:00
parent bbb863ba92
commit dceba51060
1 changed files with 3 additions and 0 deletions

View File

@ -1484,6 +1484,9 @@ public class HideSeek extends TeamGame
@EventHandler
public void InfestLeave(VehicleExitEvent event)
{
if (!IsLive())
return;
InfestEnd(event.getExited());
}