Fixed vehicle selection hiding on selection

This commit is contained in:
2014-06-03 01:12:50 +02:00
parent 4596fffb91
commit 0ad3d8ed76
4 changed files with 9 additions and 6 deletions
-2
View File
@@ -281,8 +281,6 @@ bool Systems::TankSteeringSystem::OnSpawnVehicle(const Events::SpawnVehicle &eve
else if (event.PlayerID == 2)
e.ViewportFrame = "Viewport2";
EventBroker->Publish(e);
e.ViewportFrame = "Viewport2";
EventBroker->Publish(e);
}
return true;