- Fix random blockhunt bug with mounts and infestor
This commit is contained in:
parent
bbb863ba92
commit
dceba51060
@ -1484,6 +1484,9 @@ public class HideSeek extends TeamGame
|
||||
@EventHandler
|
||||
public void InfestLeave(VehicleExitEvent event)
|
||||
{
|
||||
if (!IsLive())
|
||||
return;
|
||||
|
||||
InfestEnd(event.getExited());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user