Skip to content

Commit

Permalink
Typo fix (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m37r4 authored and s1lentq committed Dec 25, 2019
1 parent 1784f87 commit 1f615d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regamedll/dlls/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ void ProcessKickVote(CBasePlayer *pVotingPlayer, CBasePlayer *pKickPlayer)
UTIL_ClientPrintAll(HUD_PRINTCENTER, "#Game_kicked", STRING(pKickPlayer->pev->netname));

#ifndef REGAMEDLL_FIXES
SERVER_COMMAND(UTIL_VarArgs("kick # %d\n", iVoteID));
SERVER_COMMAND(UTIL_VarArgs("kick #%d\n", iVoteID));
#endif
pTempEntity = nullptr;

Expand Down

0 comments on commit 1f615d3

Please sign in to comment.