Sergei Marochkin

Results 103 comments of Sergei Marochkin

> Is there an option to fix this? I don't know.

What's in `server_log.txt`? Also check `maxnpc` value in `server.cfg`.

Try to check without `ZombieTimer[npcid] = repeat ZombieMove(npcid);`

Fixed in 7.5.4 (https://github.com/protobufjs/protobuf.js/pull/2092)

Can we got an ability for disable this warning? Because I use knex with mysql and with `returning` feature as well. And returning only `first` inserted id is enough for...

> It does not do anything . But it's do, with `.returning()` I can receive first inserted id. After this feature I can't update knex, I stuck on 0.16.3. It...