diff --git a/plugins/surf_saveloc.smx b/plugins/surf_saveloc.smx index 785cdf7..0cc4502 100644 Binary files a/plugins/surf_saveloc.smx and b/plugins/surf_saveloc.smx differ diff --git a/scripts/surf_saveloc.sp b/scripts/surf_saveloc.sp index 007f6a3..8b3935e 100644 --- a/scripts/surf_saveloc.sp +++ b/scripts/surf_saveloc.sp @@ -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]); }