Bad Merge

This commit is contained in:
ChocoTaco1 2020-11-05 22:33:39 -05:00
parent 937c61d9a7
commit e71ec9a688

View file

@ -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")