Using deprecated hook 'OnPlayerInit'Fixed
'InfoPanel v1.0.0' is using deprecated hook 'OnPlayerInit', which will stop work
ing on Wednesday, 01 April 2020. Please ask the author to update to 'OnPlayerCon
nected(BasePlayer player)'
Updated.
Default
Updated.

1.0.1 gives me the error:
Error while compiling: InfoPanel.cs(865,37): error CS0103: The name `OnPlayerInit' does not exist in the current context

(22:51:22) | Error while compiling: InfoPanel.cs(865,37): error CS0103: The name `OnPlayerInit' does not exist in the current context

v1.0.1

5d11539dc102b.jpg quietconundrum

1.0.1 gives me the error:
Error while compiling: InfoPanel.cs(865,37): error CS0103: The name `OnPlayerInit' does not exist in the current context

You can either roll back to 1.0.0 or you can update line 862 in the .cs yourself from this:

                timer.Once(2, () => OnPlayerInit(player));

to this:

                timer.Once(2, () => OnPlayerConnected(player));

 

Error while compiling: InfoPanel.cs(865,37): error CS0103: The name `OnPlayerInit' does not exist in the current context

Rolled back until the current maintainer updates it.
Fixed.
Default
Fixed.

Please increment versions when uploading, instead of having 6 of the 1.0.1 version, thanks. :)

Apologies. Will do in the future!
Locked automatically