nothing important
This commit is contained in:
parent
30573a6c8f
commit
b0e83a9116
|
@ -42,7 +42,7 @@ stock cmd_target(id,const arg[],flags = 1) {
|
|||
}
|
||||
}
|
||||
else if ( ( player = find_player("c",arg) )==0 && arg[0]=='#' && arg[1] )
|
||||
player = find_player("k",strtonum(arg[1]))
|
||||
player = find_player("k",str_to_num(arg[1]))
|
||||
if (!player) {
|
||||
console_print(id,"Client with that name or userid not found")
|
||||
return 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user