fix: Comment out OpenDevConsole action in fnc_openBank.sqf

This commit disables the OpenDevConsole action in the bank's open function to prevent unintended access during normal operations. The change enhances security and maintains a cleaner user experience.
This commit is contained in:
Jacob Schmidt 2025-05-10 17:52:02 -05:00
parent 0ed1bc3a19
commit ef3c080556

View File

@ -30,7 +30,7 @@ if (_steamBranchName == "profiling") then {
}]; }];
_ctrl ctrlWebBrowserAction ["LoadFile", QUOTE(PATHTOF(ui\_site\index.html))]; _ctrl ctrlWebBrowserAction ["LoadFile", QUOTE(PATHTOF(ui\_site\index.html))];
_ctrl ctrlWebBrowserAction ["OpenDevConsole"]; // _ctrl ctrlWebBrowserAction ["OpenDevConsole"];
} else { } else {
disableSerialization; disableSerialization;
createDialog "RscBankDialog"; createDialog "RscBankDialog";