bitbubbler / yet-another-dcs-server

YADS: A work in progress dcs server
The Unlicense
5 stars 3 forks source link

Use UUID for unit names #34

Open skeletonwburg opened 2 years ago

skeletonwburg commented 2 years ago

Use UUIDs for unit names so we don't have to do a db read for every unit we spawn

bitbubbler commented 2 years ago

Use UUIDs for unit names so we don't replace live units when spawning new ones.

slightly resolved with #35 , by checking if a name is already in use before spawning a unit.

I Think we would still prefer to switch to uuid's, so we can keep this one open.

I'm going to rename this to be a feature though