NullReferenceException at DrawDropsFixed

Hi, when attempting the /radar drops command, the following issue occurs.

Failed to call hook 'RadarCommand' on plugin 'AdminRadar v5.1.8' (NullReferenceException: )
  at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component)
  at Oxide.Plugins.AdminRadar.DrawDrops (BasePlayer player) [0x000a3] in <57baa16c518f41f984e9492e8bde0dc6>:0 
  at Oxide.Plugins.AdminRadar.RadarCommandX (BasePlayer player, System.String command, System.String[] args) [0x00289] in <57baa16c518f41f984e9492e8bde0dc6>:0 
  at Oxide.Plugins.AdminRadar.RadarCommand (Oxide.Core.Libraries.Covalence.IPlayer p, System.String command, System.String[] args) [0x00024] in <57baa16c518f41f984e9492e8bde0dc6>:0 
  at Oxide.Plugins.AdminRadar.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00d0c] in <57baa16c518f41f984e9492e8bde0dc6>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <50629aa0e75d4126b345d8d9d64da28d>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <50629aa0e75d4126b345d8d9d64da28d>:0

you have destroyed entities in your serverEntities list. that's not good at all...

either way i've added a check for this in next update

Thanks for adding the check, for sure we've had weird issues this wipe so it's probably related to that. I'm just an admin on the server, though so idk if someone else has been messing with things or if it's an issue with other plugins or the update itself.

Thanks again :)

Locked automatically