提交bug 艰难先这样

This commit is contained in:
PC-20230316NUNE\Administrator
2024-08-22 20:37:39 +08:00
parent 5858bd2407
commit 8932528f5e
118 changed files with 5271 additions and 4939 deletions

View File

@@ -44,7 +44,7 @@ namespace UI
X = movement.x.ToLFloat(),
Y = movement.z.ToLFloat(),
};
if (App.Game.IsStartGame)
if (App.Game.IsStartClient)
{
App.Game.GetInput<IDPlayer>().MoveVector = vector;
}