When a user tries to execute a disabled function via remoteExec, the log message only states that a disabled function was attempted to be executed, but does not specify which function it was. This information is crucial for server administrators for debugging and security purposes.
Current behavior: When a disabled function is attempted to be invoked using remoteExec, the log message appears as follows:
15:19:46 User Nerexis [PL-ROYAL] (76561198010051679) tried to remoteExec a disabled function
The log message should include the name of the disabled function that was attempted to be executed. For example:
15:19:46 User Nerexis [PL-ROYAL] (76561198010051679) tried to remoteExec a disabled function: "exampleFunction"