NullReferenceException at OnEntityKillSolved
when i use survey charge i've got this error in console:

(11:59:05) | Failed to run a 0.20 timer in 'SurveyInfo v0.2.1' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.SurveyInfo+<OnEntityKill>c__AnonStorey0.<>m__0 () [0x000ec] in <fafd9354c1c1495eb55c18ea11e7f44c>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0​

The latest version may have fixed it.

nope... still error :)

(08:11:34) | Failed to run a 0.20 timer in 'SurveyInfo v0.2.2' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.SurveyInfo+<OnEntityKill>c__AnonStorey0.<>m__0 () [0x00114] in <8d9f1bf186ee4a5aac96821f50cd1041>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0​
Ryrzy
nope... still error :)

(08:11:34) | Failed to run a 0.20 timer in 'SurveyInfo v0.2.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.SurveyInfo+c__AnonStorey0.<>m__0 () [0x00114] in <8d9f1bf186ee4a5aac96821f50cd1041>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <4452f821def6406d834e4149849fe7ea>:0​

Why does this happen? What did you do?
It works fine on my server.
nothing :D i upload your plugin, use survey and then i have this error in console and nothing on chat
Ryrzy
nothing :D i upload your plugin, use survey and then i have this error in console and nothing on chat

Do you have any other plugins to modify survey charge?

yes, backpump jack, newest version
Ryrzy
yes, backpump jack, newest version

I tried, but found no mistake, everything is normal.

Can you send out your list of plugins?

ok, i have tested on clean test server, only your plugin and back pump and it works :| hmmm

edit

i found what was wrong... somehow plugin generated config file like this:

 

{
  "Prefix": null,
  "Prefix color": null,
  "SteamID icon": 0,
  "Display names": null
}

i have made new one and now it works :P sorry for this :)

Locked automatically