Skip to content

Commit

Permalink
Removed unnecessary code in toggle debug mode command
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiephan committed Feb 1, 2021
1 parent 06c1083 commit 47ae02e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ bool libUTIL_gt_ToggleDebugMode_Func (bool testConds, bool runActions) {
libCore_gv_dEBUGDebuggingEnabled = !(libCore_gv_dEBUGDebuggingEnabled);
lv_debugModeProxyVariable = libCore_gv_dEBUGDebuggingEnabled;
if ((lv_debugModeProxyVariable == true)) {
libUTIL_gv_massCDRPlayer = EventPlayer();
UIDisplayMessage(PlayerGroupAll(), c_messageAreaDebug, StringToText("Debug Mode Enabled"));
}
else {
Expand Down
Binary file not shown.

0 comments on commit 47ae02e

Please sign in to comment.