未验证 提交 a5f7fc25 编写于 作者: 季杨吉 提交者: GitHub

修复断线以后player没有移除的问题 (#222)

PlayerComponent取错了,应该是self.Domain.GetComponent<PlayerComponent>()
上级 ca6ca881
......@@ -11,4 +11,4 @@ namespace ET
self.Domain.GetComponent<PlayerComponent>()?.Remove(self.Player.Id);
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册