mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user