wip
This commit is contained in:
@@ -51,7 +51,7 @@ internal class EntityCreateHandler : Handler
|
||||
return;
|
||||
}
|
||||
|
||||
var hasAuthority = _playerCache.LocalPlayer.Id == player.Id;
|
||||
var hasAuthority = _playerCache.Local.Id == player.Id;
|
||||
var entity = _entityCache.OnCreate(attachId, entityType, 0, entityId, hasAuthority);
|
||||
entity.Attach(_client, entityId, entityType, hasAuthority, player, payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user