1
0
mirror of https://github.com/Paintball/BO2-GSC-Releases.git synced 2025-06-09 06:18:05 -05:00

Update overwrite_default_class.gsc

This commit is contained in:
Paintball 2020-04-04 08:52:32 -07:00 committed by GitHub
parent 7353d3e80d
commit bc0e87a2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ doRandomLoadout()
self giveWeapon(self.Tactical[self.RandTactical]); self giveWeapon(self.Tactical[self.RandTactical]);
self giveWeapon(self.Tactical[self.RandTactical]); self giveWeapon(self.Tactical[self.RandTactical]);
self switchToWeapon(self.Sniper[self.RandSniper]); self switchToWeapon(self.Primary[self.RandPrimary]);
} }
takeClass() takeClass()