Skip to content

Commit

Permalink
Fix !lj not stopping timer
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0k-z committed Oct 31, 2024
1 parent 522c93a commit 03d5592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kz/misc/kz_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ static_function SCMD_CALLBACK(Command_KzLj)
QAngle destAngles;
if (g_pMappingApi->GetJumpstatArea(destPos, destAngles))
{
player->timerService->TimerStop();
player->Teleport(&destPos, &destAngles, &vec3_origin);
}
else
Expand Down

0 comments on commit 03d5592

Please sign in to comment.