Photon Server. PhotonNetwork.LoadLevel(SceneNameGame);

Hi,
(Sorry for my english)

I have level. Its look as what i want. When I use Application.LoadLevel(SceneNameGame);

But if i use PhotonNetwork.LoadLevel(SceneNameGame); scene is dark but if i use Application.LoadLevel(SceneNameGame); its OK.
Result is

7
This scene is now really dark. What is wrong?
Its really simple scene.
In scene are
Directional Light
Spotlight
nothing change their properties.

Really thanks for any idea.

EDIT: Its happen only sometime and only in editor.

Look at this : Application.LoadLevel() changes lighting for some reason? - Questions & Answers - Unity Discussions