more testing

This commit is contained in:
caesarakalaeii 2023-08-13 02:12:38 +02:00
parent 2ce7d87b86
commit 5094364e13
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class MyPlayer : Player<MyPlayer>
ToolName = gunGame[Level].Name,
MainSight = Attachments.RedDot
};
SetPrimaryWeapon(w, 10);
SetPrimaryWeapon(w, 10, true);
}
}