mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
forgot SAF
This commit is contained in:
@@ -95,9 +95,12 @@ func generateFeatureWeapons(count int) activeFeature {
|
||||
if _config.ErupeConfig.RealClientMode < _config.ZZ {
|
||||
max = 13
|
||||
}
|
||||
if _config.ErupeConfig.RealClientMode < _config.GG {
|
||||
if _config.ErupeConfig.RealClientMode < _config.G10 {
|
||||
max = 12
|
||||
}
|
||||
if _config.ErupeConfig.RealClientMode < _config.GG {
|
||||
max = 11
|
||||
}
|
||||
if count > max {
|
||||
count = max
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user