Removed bad str/num funcs

This commit is contained in:
David Anderson
2004-03-08 05:28:18 +00:00
parent fa8835f695
commit c6dd8eac6b
3 changed files with 5 additions and 13 deletions

View File

@@ -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",str_to_int(arg[1]))
player = find_player("k",strtonum(arg[1]))
if (!player) {
console_print(id,"Client with that name or userid not found")
return 0