mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 11:53:21 +00:00
Add space to quit msg
This commit is contained in:
parent
bc4103b257
commit
fd417add88
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -183,7 +183,7 @@ public void Event_Connection(Event event, const char[] name, bool dontBroadcast)
|
|||
} else {
|
||||
static char reason[64];
|
||||
event.GetString("reason", reason, sizeof(reason));
|
||||
Format(reason, sizeof(reason), "left: \"%s\"", reason);
|
||||
Format(reason, sizeof(reason), " left: \"%s\"", reason);
|
||||
AddLog("QUIT", clientName, "", reason);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue