Compare commits

...

2 Commits

Author SHA1 Message Date
Jacob Schmidt
dc17412660 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/client
All checks were successful
Build / Build (push) Successful in 27s
2025-05-10 17:52:12 -05:00
Jacob Schmidt
ef3c080556 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.
2025-05-10 17:52:02 -05:00

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";