add Ep3 flag to allow interference for human teams
This commit is contained in:
@@ -36,6 +36,7 @@ enum BehaviorFlag : uint32_t {
|
||||
ENABLE_RECORDING = 0x00000040,
|
||||
DISABLE_MASKING = 0x00000080,
|
||||
DISABLE_INTERFERENCE = 0x00000100,
|
||||
ALLOW_NON_COM_INTERFERENCE = 0x00000200,
|
||||
};
|
||||
|
||||
enum class StatSwapType : uint8_t {
|
||||
|
||||
Reference in New Issue
Block a user