SirTyler / BetterTeleporter

Better Teleporters for Lethal Company
5 stars 5 forks source link

Issue with Keep Item List Inverse #12

Open codwow opened 8 months ago

codwow commented 8 months ago

I could be misunderstanding the config but when I change the KeepItemList it also effects the items that are allowed to be kept when using the inverse teleporter even though KeepItemlistInverse was not changed.

Example: KeepItemList: KeyItem KeepItemListInverse: KeyItem,FlashlightItem,WalkieTalkie,RadarBoosterItem

When the config is set to the settings above it still drops these items when going through a inverse teleporter: FlashlightItem,WalkieTalkie,RadarBoosterItem. When I add these items to KeepItemList it lets me keep the items when using the inverse teleporter.

KeepItemList: KeyItem,FlashlightItem,WalkieTalkie,RadarBoosterItem KeepItemListInverse: KeyItem,FlashlightItem,WalkieTalkie,RadarBoosterItem

Lets me keep all the items specified when using the inverse teleporter