some optimizations

This commit is contained in:
Felix Geyer
2004-08-05 11:09:42 +00:00
parent 89b4ef92b5
commit f88ce70892
5 changed files with 33 additions and 48 deletions

View File

@ -337,9 +337,7 @@ public client_infochanged(id)
}
public ackSignal(id) {
new no_entry[64]
format(no_entry,63,"%L",id,"NO_ENTRY")
server_cmd("kick #%d ^"%L^"", get_user_userid(id), no_entry )
server_cmd("kick #%d ^"%L^"", get_user_userid(id), id, "NO_ENTRY" )
}
public client_authorized(id)