diff --git a/Assets/_Zombie/Scripts/GameManager.cs b/Assets/_Zombie/Scripts/GameManager.cs index d4a80598..bf147888 100644 --- a/Assets/_Zombie/Scripts/GameManager.cs +++ b/Assets/_Zombie/Scripts/GameManager.cs @@ -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]