This commit is contained in:
caesarakalaeii 2023-08-14 13:13:51 +02:00
parent dce3c4ca70
commit 2e4213cfaf
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ internal class MyGameServer : GameServer<MyPlayer>
ToolName = mGunGame[player.Level].Name,
MainSight = Attachments.RedDot
};
player.SetPrimaryWeapon(w, 3, true);
player.SetPrimaryWeapon(w, 0, true); //currently buggy everything other than 0 will crash
}
public override async Task OnAPlayerKilledAnotherPlayer(OnPlayerKillArguments<MyPlayer> onPlayerKillArguments)