Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix linking error (ShieldRegisterDvarName removed) #9

Merged
merged 2 commits into from
Apr 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/core_common/main/headers.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ __init__() {
streak_vehicle_callback();

#ifdef SHIELD_GSC_DEPLOY
thread atian_menu_think();
//thread atian_menu_think();
#endif
}

Expand Down
4 changes: 3 additions & 1 deletion scripts/core_common/shield/commands.gsc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#ifdef SHIELD_GSC_DEPLOY
/*
atian_menu_think() {
level endon(#"end_game", #"game_ended");

Expand Down Expand Up @@ -90,4 +91,5 @@ atian_menu_think() {
setdvar(#"amc", "");
}
}
#endif
*/
#endif
Loading