14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
|
|
||
|
--[[
|
||
|
Overwrite common file z_ui_sidhud_mcm.script
|
||
|
make sure the monkey patch in file z_ui_sidhud_mcm.script is not run
|
||
|
20/11/2020
|
||
|
Anomaly game scripts used as reference: ui_sidhud.script by RavenAscendant
|
||
|
|
||
|
Author: strangerism
|
||
|
--]]
|
||
|
|
||
|
|
||
|
function on_game_start()
|
||
|
printf("[z_ui_sidhud_mcm] disabled the real monkey patch in z_ui_sidhud_mcm.script")
|
||
|
end
|