Fixed an issue where saber reflect would not be granted upon speccing it in expertise - fixed a vehicle radial bug

This commit is contained in:
Seefo
2014-04-16 13:27:12 -04:00
parent 416cee922b
commit b0a4204a49
4 changed files with 6 additions and 4 deletions
-1
View File
@@ -763,7 +763,6 @@ public class SimulationService implements INetworkDispatch {
core.combatService.handleEndDuel(object, opponent, true);
}
}
System.out.print(object.getAttachment("activeVehicleID"));
if(object.getAttachment("activeVehicleID") != null)
{