Fixed an issue causing Hosts to not get isLocalPlayer = true
This commit is contained in:
Родитель
0a6e22c95e
Коммит
db1e200494
|
@ -19,7 +19,7 @@ namespace MLAPI
|
|||
{
|
||||
get
|
||||
{
|
||||
return OwnerClientId == NetworkingManager.singleton.MyClientId;
|
||||
return IsPlayerObject && (OwnerClientId == NetworkingManager.singleton.MyClientId || (OwnerClientId == -1 && NetworkingManager.singleton.isHost));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче