danielga / gm_crypt

A cryptography module for the game Garry's Mod that uses Crypto++.
https://github.com/danielga/gm_crypt
Other
13 stars 3 forks source link

Fix bad references to private member ILuaBase::state #1

Closed SwadicalRag closed 7 years ago

SwadicalRag commented 7 years ago

I have updated all mentions of LUA->state to LUA->GetState() which is the most correct way to retrieve the underlying lua_State object in recent versions of garrysmod_common