ValentinFunk / LibK

Library for fast gmod addon development
MIT License
53 stars 21 forks source link

LibK causing a nil value #7

Closed ygtripps closed 8 years ago

ygtripps commented 8 years ago

So I don't know how this is coming up, but apparently I keep getting this error. Sorry for not giving enough details, just curious if I need glib or if it is a config issue.

addons/libk/lua/libk/3rdparty/glib/loader/loader.lua:321: attempt to index a nil value

The line that it is showing that is nil would be: if not GetConVar ("sv_allowcslua"):GetBool () then return true end

ValentinFunk commented 8 years ago

Can't reproduce this, I have updated GLib in the repo which might have fixed the issue.