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:
parent
0ed1bc3a19
commit
ef3c080556
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user