mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Bad Merge
This commit is contained in:
parent
937c61d9a7
commit
e71ec9a688
|
|
@ -62,9 +62,15 @@ function connectLog(%client, %isDisconnect)
|
|||
}
|
||||
}
|
||||
|
||||
// voteLog(%client, %typeName, %arg1, %arg2, %arg3, %arg4)
|
||||
// Info: Logs the vote events
|
||||
function voteLog(%client, %typeName, %arg1, %arg2, %arg3, %arg4)
|
||||
{
|
||||
if($Host::ClassicVoteLog)
|
||||
{
|
||||
// get the client info
|
||||
%authInfo = %client.getAuthInfo();
|
||||
%ip = getField(strreplace(%client.getAddress(),":","\t"),1);
|
||||
|
||||
// show name for Votekick
|
||||
if(%typeName $= "VoteKickPlayer")
|
||||
|
|
|
|||
Loading…
Reference in a new issue