Previous to patch 1.70 we could create debug console through script. This was handy as our group has a private mod we use on keyed dedicated servers. Admin UIDs are listed in the mod script and if you are not loged in as admin or not listed in the mod scripts then you would be denied access to admin tools. It is often handy to allow multiple clients access to debug console for development or quick mid mission coding. This change was not listed in SPOTREP #00067 so I assume this is a bug.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 7
- Category
- General
Steps To Reproduce
Create an MP mission and place this code in created initPlayerLocal.sqf.
- spawn {
waitUntil {time > 5};
createDialog 'RscDisplayDebugPublic';
};
Related Objects
Related Objects
- Mentioned Here
- T124835: Debug Console Security Changes