mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 14:44:17 +00:00
fix for CustomNetworkManager
This commit is contained in:
parent
3250e04c28
commit
bd21838255
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ namespace SanAndreasUnity.Net
|
|||
|
||||
void OnLoaderFinished()
|
||||
{
|
||||
if (F.IsAppInEditTime)
|
||||
return;
|
||||
|
||||
if (NetStatus.IsServer) // don't do anything on server
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue