Skip to content

Commit

Permalink
let autoloaders fire apfsds
Browse files Browse the repository at this point in the history
  • Loading branch information
KemGus committed Oct 2, 2023
1 parent 2d3c561 commit 14ded83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/acf/shared/rounds/roundapfsds.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

AddCSLuaFile()

ACF.AmmoBlacklist.APFSDS = { "AC", "SA","C","MG", "AL","HMG" ,"RAC", "SC","ATR" , "MO" , "RM", "SL", "GL", "HW", "SC", "BOMB" , "GBU", "ASM", "AAM", "SAM", "UAR", "POD", "FFAR", "ATGM", "ARTY", "ECM", "FGL"}
ACF.AmmoBlacklist.APFSDS = { "AC", "SA","C","MG", "HMG" ,"RAC", "SC","ATR" , "MO" , "RM", "SL", "GL", "HW", "SC", "BOMB" , "GBU", "ASM", "AAM", "SAM", "UAR", "POD", "FFAR", "ATGM", "ARTY", "ECM", "FGL"}

local Round = {}

Expand All @@ -14,7 +14,6 @@ Round.netid = 16 --Unique ammotype ID for network transmission
Round.Type = "APFSDS"

function Round.create( _, BulletData )

ACF_CreateBullet( BulletData )
end

Expand Down

0 comments on commit 14ded83

Please sign in to comment.