fix:重置初始枪械

This commit is contained in:
bzx
2025-08-30 18:23:21 +08:00
parent e8a9f54168
commit 453e0b5fe9

View File

@@ -203,7 +203,7 @@ public class GameManager : NetworkBehaviour
public void GivePistol()
{
Debug.Log("创建武器中...");
GameLocal.Ins.self.PickUpGun(GunType.FireGun, 20);
GameLocal.Ins.self.PickUpGun(GunType.Pistol, -999);
}
[Server]