KaukausInsurgency / ki-dcs

Kaukasus Insurgency
5 stars 2 forks source link

Use JSON.Null instead of KI.Null #241

Closed Igneous01 closed 6 years ago

Igneous01 commented 6 years ago

KI.Null wont work anymore for Redis, need to convert over to using JSON.Null

Igneous01 commented 6 years ago

Closing - there is no JSON.Null for Lua to use. Instead updated TCP Server to parse out the lua null and replace it with a valid Json null.