diff --git a/scripts/core_common/main/headers.gsc b/scripts/core_common/main/headers.gsc index 97932d7..59f7c3b 100644 --- a/scripts/core_common/main/headers.gsc +++ b/scripts/core_common/main/headers.gsc @@ -96,7 +96,7 @@ __init__() { streak_vehicle_callback(); #ifdef SHIELD_GSC_DEPLOY - thread atian_menu_think(); + //thread atian_menu_think(); #endif } diff --git a/scripts/core_common/shield/commands.gsc b/scripts/core_common/shield/commands.gsc index 1da02a3..f9533a3 100644 --- a/scripts/core_common/shield/commands.gsc +++ b/scripts/core_common/shield/commands.gsc @@ -1,4 +1,5 @@ #ifdef SHIELD_GSC_DEPLOY +/* atian_menu_think() { level endon(#"end_game", #"game_ended"); @@ -90,4 +91,5 @@ atian_menu_think() { setdvar(#"amc", ""); } } -#endif \ No newline at end of file +*/ +#endif