This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class CfgPatches | |
| { | |
| class TheFix338Override | |
| { | |
| requiredVersion = 0.1; | |
| requiredAddons[] = { | |
| "DZ_Data", | |
| "DZ_Weapons_Firearms", | |
| "DZ_Weapons_Magazines", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class CfgPatches | |
| { | |
| class M14Compatibility | |
| { | |
| requiredVersion = 0.1; | |
| requiredAddons[] = { | |
| "DZ_Data", | |
| "DZ_Weapons_Firearms", | |
| "BO_M1A", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :s3_host_alias => Proc.new{ | |
| if Rails.env.test? or Rails.env.development? | |
| $CDN_HOST | |
| else | |
| bit = rand(4) | |
| case bit | |
| when 0 | |
| $CDN_HOST | |
| when 1 | |
| $CDN_HOST_TWO |