mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -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:
@@ -88,6 +88,9 @@ public class BuffService implements INetworkDispatch {
|
||||
}*/
|
||||
|
||||
Buff buff = buffMap.get(buffName);
|
||||
|
||||
if(buff == null) return false;
|
||||
|
||||
if(buff.isGroupBuff()) {
|
||||
addGroupBuff(buffer, buffName, buffer);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user