less mags

This commit is contained in:
caesarakalaeii 2023-08-14 00:59:51 +02:00
parent 952bba9df8
commit 2a201e765c
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, 10, true);
player.SetPrimaryWeapon(w, 5, true);
}
}