Skip to content

Commit

Permalink
No longer print to chat when teleporting to same location
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesomerly committed Apr 25, 2024
1 parent 4606377 commit f6a00a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified plugins/surf_saveloc.smx
Binary file not shown.
3 changes: 1 addition & 2 deletions scripts/surf_saveloc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,9 @@ public TelePlayer(client, int locationNum)
if (locationNum != g_Int_currentLoc[client])
{
g_Int_currentLoc[client] = locationNum;
PrintToChat(client, "%sLoaded location #%d.", g_chatTag, locationNum);
}

PrintToChat(client, "%sLoaded location #%d.", g_chatTag, locationNum);

// debug
// PrintToConsole(client, "tele vel: %f, %f, %f", vel[0],vel[1],vel[2]);
}
Expand Down

0 comments on commit f6a00a9

Please sign in to comment.