only m9 for now

This commit is contained in:
caesarakalaeii 2023-08-14 01:05:30 +02:00
parent 93e1f5adae
commit 1c6252f445
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ internal class MyGameServer : GameServer<MyPlayer>
{
var w = new WeaponItem
{
ToolName = mGunGame[player.Level].Name,
ToolName = "M9",
MainSight = Attachments.RedDot
};
player.SetPrimaryWeapon(w, 3, true);