NullReferenceException at OnPlayerConnectedSolved

Getting this when loading the plugin:

Failed to call hook 'OnServerInitialized' on plugin 'AdminLogger v2.3.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.AdminLogger.OnPlayerConnected (BasePlayer player) [0x0000b] in <083e0d3ee0ae4bd6abcb5af21ad54b04>:0
  at Oxide.Plugins.AdminLogger.OnServerInitialized () [0x00017] in <083e0d3ee0ae4bd6abcb5af21ad54b04>:0
  at Oxide.Plugins.AdminLogger.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00243] in <083e0d3ee0ae4bd6abcb5af21ad54b04>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <80b90e8213db44b29ec2d4111764172c>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
Ignore me, fixed it myself. I find it helps to read the things first like:

https://prnt.sc/vrxrkg

Deleted my old config and reloaded. All is fine now.
Locked automatically