fix: Print full map name in Log instead of args (#1907)
This commit is contained in:
parent
8922ed0c5d
commit
221d34f809
@ -112,7 +112,7 @@ public Action Command_Map(int client, int args)
|
|||||||
GetMapDisplayName(displayName, displayName, sizeof(displayName));
|
GetMapDisplayName(displayName, displayName, sizeof(displayName));
|
||||||
|
|
||||||
ShowActivity2(client, "[SM] ", "%t", "Changing map", displayName);
|
ShowActivity2(client, "[SM] ", "%t", "Changing map", displayName);
|
||||||
LogAction(client, -1, "\"%L\" changed map to \"%s\"", client, map);
|
LogAction(client, -1, "\"%L\" changed map to \"%s\" (input \"%s\")", client, displayName, map);
|
||||||
|
|
||||||
DataPack dp;
|
DataPack dp;
|
||||||
CreateDataTimer(3.0, Timer_ChangeMap, dp);
|
CreateDataTimer(3.0, Timer_ChangeMap, dp);
|
||||||
|
Loading…
Reference in New Issue
Block a user