Photon Unity Networking plugin problem with Unity 2018.2 beta

Hi All

I am trying the Unity 2018.2 beta with Photon Unity Networking plugin and I am getting this error

Assets/Photon Unity Networking/Editor/PhotonNetwork/PhotonEditor.cs(675,46): error CS0619: UnityEngine.RPC' is obsolete: The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.’

For it, Could anybody help me to fix this error?
Thanks for your time
Alejandro

Comment the line in which its showing the error.

Is this reliable?
It takes out the editor error, but what happens when I run?

Yes, that’s a valid solution.
The error was part of a conversion script, which is no longer needed.