Error while compiling after latest updateFixed
Hello,

the plugin is broken after the 6th of June update. Please take a look. Thanks
Please provide details and logs when reporting an issue, thanks.
Sorry the issue was with the ImageLibrary plugin. A fix was provided in the respective thread. The issue that Lusty Map has now, has to do with opening the map. There is a thread about that issue already so my original issue is solved.
Error while compiling: ImageLibrary.cs(151,19): error CS0131: The left-hand side of an assignment must be a variable, a property or an indexer

Do not understand how to fix. Can someone send me a proper file

After update ImageLibrary stopped working, and because of this stopped working other plugins. Error got i console:

(23:55:08) | Added '// Reference: Facepunch.Sqlite' in plugin 'ImageLibrary'

(23:55:08) | Added '// Reference: UnityEngine.UnityWebRequestModule' in plugin 'ImageLibrary'

(23:55:11) | Error while compiling: ImageLibrary.cs(150,19): error CS0131: The left-hand side of an assignment must be a variable, a property or an indexer

In response to Handshot ():
I did this but now i get:

Web request callback raised an exception (NullReferenceExcepti...
yeah, you can replace
return null;​

to

yield return null;

and it will be solved. Updated post

In response to Explorer ():
After update ImageLibrary stopped working, and because of this stopped working other plugins. Error...
woops. Thanks
In response to alonlena ():
Error while compiling: ImageLibrary.cs(151,19): error CS0131: The left-hand side of an assignment mu...
Add me in discord - Orange#0900
Is it possible to correct ?

Added '// Reference: Facepunch.Sqlite' in plugin 'ImageLibrary'
Added '// Reference: UnityEngine.UnityWebRequestModule' in plugin 'ImageLibrary'
Error while compiling: ImageLibrary.cs(150,19): error CS0131: The left-hand side of an assignment must be a variable, a property or an indexer




Thx

is it possible that you read the thread before? :D
In response to XTREMRUST ():
Is it possible to correct ?

Added '// Reference: Facepunch.Sqlite' in plugin 'ImageLibr...
read thread pls
In response to Orange ():
Change private IEnumerator GetWorkshopSkins() { var query = SteamServer.Worksho...
Thank you very much for your help. I really appreciate it. This worked.
Just a quick question, I made the changes you gave and when I reloaded the plugin, I got the following, "

Added '// Reference: Facepunch.Sqlite' in plugin 'ImageLibrary'

Added '// Reference: UnityEngine.UnityWebRequestModule' in plugin 'ImageLibrary'

Error while compiling: ImageLibrary.cs(891,1): error CS1038: #endregion directive expected


 I'm new to this and I'm sorry if it is somewhere in the post but I didn't see it.

I fixed it...it must have been a copy / paste error. Apologies, please delete this.
What am I missing here guys Im trying to find the code in the config like orange posted above. My config json just looks like this {
"Avatars - Store player avatars": true,
"Progress - Show download progress in console": true,
"Progress - Time between update notifications": 20,
"User Images - Manually define images to be loaded": {},
"Workshop - Download workshop image information": true
}
Ive looked through the data file and the lang also and still cant figure out where to go to to change this code. 
You need to edit the .cs file in the plugins folder not the config folder
Locked automatically