only 3 mags now

This commit is contained in:
caesarakalaeii 2023-08-14 01:02:41 +02:00
parent 2a201e765c
commit 8f0f431882
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ internal class MyGameServer : GameServer<MyPlayer>
ToolName = mGunGame[player.Level].Name,
MainSight = Attachments.RedDot
};
player.SetPrimaryWeapon(w, 5, true);
player.SetPrimaryWeapon(w, 3, true);
}
}