mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Fixed bounty hunter null exception
This commit is contained in:
@@ -272,7 +272,9 @@ public class ConnectionService implements INetworkDispatch {
|
||||
}
|
||||
}*/
|
||||
|
||||
core.missionService.getBountyMap().remove(core.getBountiesODB().get(object.getObjectID()));
|
||||
if (core.getBountiesODB().contains(object.getObjectID())) {
|
||||
core.missionService.getBountyMap().remove(core.getBountiesODB().get(object.getObjectID()));
|
||||
}
|
||||
|
||||
ghost.toggleFlag(PlayerFlags.LD);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user