LethalCompanyCommunity / LethalAPI.Core

A core modding library for Lethal Company
GNU Lesser General Public License v3.0
24 stars 6 forks source link

Add isolation between vanilla and modded. #1

Closed KrayOristine closed 10 months ago

KrayOristine commented 10 months ago

This pull request includes:

  1. Isolation between player using lobby metadata (not yet properly tested)
KrayOristine commented 10 months ago

My cat messing with my keyboard and it result in 2 commit while this pull request should only have one, all thanks to my cat named Baron.

MaxWasUnavailable commented 10 months ago

Please remove files / commits irrelevant to the feature, as discussed on Discord.

KrayOristine commented 10 months ago

See comments for review, and the above comment. Has ModData been tested?

ModData has been tested with simple non-object data value and it work pretty ok but i not yet tested it with complex data structure. But since it back-end it just re-using ES3 so it should work properly unless i messed up.