Jackarunda / gmod

repo for the gmod addon that adds lots of fun standalone stuff to gmod
32 stars 26 forks source link

I appear to be getting an error with an unmodified version when right clicking with the EZ toolbox. #175

Closed aus2004 closed 7 months ago

aus2004 commented 1 year ago

Every time i right click with the EZ toolbox tool, i get this error message.

addons/gmod-master/lua/weapons/wep_jack_gmod_eztoolbox.lua:825: attempt to index field 'Config' (a nil value)

I'm good with lua, but the way this is set up is a way that I don't normally build my code, so it's practically gibberish to me. The only thing i'm guessing is it's failing to find a config file, but that's just a guess.

user-420 commented 1 year ago

Are you using the workshop version or the version currently on github?

aus2004 commented 1 year ago

The version currently on github. I swapped over from the workshop version.

aus2004 commented 1 year ago

it seems to have fixed itself after salvaging items, how odd.