summaryrefslogtreecommitdiff
path: root/sourcemod
diff options
context:
space:
mode:
Diffstat (limited to 'sourcemod')
-rw-r--r--sourcemod/scripting/setpos_setang.sp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcemod/scripting/setpos_setang.sp b/sourcemod/scripting/setpos_setang.sp
index 1dc8dbb..1dd0b63 100644
--- a/sourcemod/scripting/setpos_setang.sp
+++ b/sourcemod/scripting/setpos_setang.sp
@@ -45,7 +45,7 @@ public Action SetPosAngPlayer(int client, int args) {
}
if (target == -1) {
- PrintToConsole(client, "setpos_exact: no such target \"%s\"", name);
+ PrintToConsole(client, "setposang_player: no such target \"%s\"", name);
return Plugin_Continue;
}