mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Bad Merge
This commit is contained in:
parent
937c61d9a7
commit
e71ec9a688
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
// get the client info
|
||||||
%authInfo = %client.getAuthInfo();
|
%authInfo = %client.getAuthInfo();
|
||||||
|
%ip = getField(strreplace(%client.getAddress(),":","\t"),1);
|
||||||
|
|
||||||
// show name for Votekick
|
// show name for Votekick
|
||||||
if(%typeName $= "VoteKickPlayer")
|
if(%typeName $= "VoteKickPlayer")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue