This commit is contained in:
parent
49667a3043
commit
7da7ae9899
@ -18,6 +18,5 @@ jobs:
|
|||||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
gsc-tool --dry -m comp -g iw6 -s pc "common_scripts"
|
|
||||||
gsc-tool --dry -m comp -g iw6 -s pc "maps"
|
gsc-tool --dry -m comp -g iw6 -s pc "maps"
|
||||||
gsc-tool --dry -m comp -g iw6 -s pc "scripts"
|
gsc-tool --dry -m parse -g iw6 -s pc "scripts"
|
||||||
|
File diff suppressed because it is too large
Load Diff
15
scripts/mp/_patches.gsc
Normal file
15
scripts/mp/_patches.gsc
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#include common_scripts\utility;
|
||||||
|
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
replacefunc( common_scripts\utility::set_trigger_flag_permissions, ::set_trigger_flag_permissions_stub );
|
||||||
|
}
|
||||||
|
|
||||||
|
set_trigger_flag_permissions_stub( var_0 )
|
||||||
|
{
|
||||||
|
if ( !isdefined( level.trigger_flags ) || !isdefined( level.trigger_flags[var_0] ) )
|
||||||
|
return;
|
||||||
|
|
||||||
|
level.trigger_flags[var_0] = array_removeundefined( level.trigger_flags[var_0] );
|
||||||
|
array_thread( level.trigger_flags[var_0], ::update_trigger_based_on_flags );
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user