Skip to content

Commit 17f793b

Browse files
Marek Kulikccw808
authored andcommitted
Update CConsole.cpp
Improve the log message in case a player has not enough permission to execute a command
1 parent bb5f224 commit 17f793b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MTA10_Server/mods/deathmatch/logic/CConsole.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ bool CConsole::HandleInput ( const char* szCommand, CClient* pClient, CClient* p
7474
}
7575

7676
// Not enough access, tell the console
77-
CLogger::LogPrintf ( "DENIED: Denied '%s' access to command '%s'\n", pClient->GetNick (), szKey );
77+
CLogger::LogPrintf ( "ACL: Denied '%s' access to command '%s'\n", pClient->GetNick (), szKey );
7878

7979
// Tell the client
8080
char szBuffer [128];

0 commit comments

Comments
 (0)