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

XEH - Add Suppressed EH from 2.02 #1427

Merged
merged 1 commit into from
Feb 25, 2021
Merged

XEH - Add Suppressed EH from 2.02 #1427

merged 1 commit into from
Feb 25, 2021

Conversation

PabstMirror
Copy link
Contributor

No description provided.

@jonpas jonpas added this to the 3.15.3 milestone Feb 25, 2021
@@ -108,4 +109,6 @@ reloaded = ""; \
firedMan = ""; \
turnIn = ""; \
turnOut = ""; \
deleted = "";
deleted = ""; \
disassembled = ""; \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ouch :)

@commy2 commy2 merged commit 0e310f7 into master Feb 25, 2021
@commy2 commy2 deleted the xehSuppressed branch February 25, 2021 07:34
@@ -55,7 +55,8 @@ firedMan = "call cba_xeh_fnc_firedMan"; \
turnIn = "call cba_xeh_fnc_turnIn"; \
turnOut = "call cba_xeh_fnc_turnOut"; \
deleted = "call cba_xeh_fnc_deleted"; \
disassembled = "call cba_xeh_fnc_disassembled";
disassembled = "call cba_xeh_fnc_disassembled"; \
Suppressed = "call cba_xeh_fnc_Suppressed";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe should be lowercase for consistency?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants