rebel1324 / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.net
MIT License
66 stars 32 forks source link

fixed error with migration #363

Closed Rubberbandits closed 3 years ago

Rubberbandits commented 3 years ago

since mysqloo now returns variables with the right type from what it reads in the database, _invID is not going to be string any more. you cannot pass numbers to db.escape, it will error.