EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
170 stars 66 forks source link

Fix: Planetary CC Deployment blocked by blank SovObject #216

Closed beelitzs closed 2 years ago

beelitzs commented 2 years ago

Fix for #189

"Blank" Sov Object is interpreted differently from a "None" Object. This change allows CC's to be deployed in LS, HS and Unclaimed NS in addition to the standard NS claimed by the characters alliance.

@jdhirst This is for the issue I was talking about back in Feb, let me know if there's any issues I might have missed but functionally it works.

Almamu commented 2 years ago

Can one of the admins verify this patch?

jdhirst commented 2 years ago

!oktotest

jdhirst commented 2 years ago

Looks good to me! I never thought of just returning a None for the whole object, that makes a lot of sense. Thanks for the contribution!