(client) chore:修复子弹属性错误,人物属性错误,侧边消息堆叠错误
This commit is contained in:
@ -482,7 +482,8 @@ namespace Managers
|
||||
|
||||
if (result && result.entity is Bullet bullet)
|
||||
{
|
||||
bullet.bulletSource = source;
|
||||
bullet.SetBulletSource(source);
|
||||
|
||||
if (source) bullet.affiliation = source.affiliation;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user