mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Fixes AIize (Player panel Make AI button) killing the client of whoever it was used on (#66168)
* Fixes AIize (somehow) * Why does this even exist it's never false * Someone please explain why this is a bad idea
This commit is contained in:
@@ -720,7 +720,7 @@
|
||||
return
|
||||
message_admins(span_danger("Admin [key_name_admin(usr)] AIized [key_name_admin(our_mob)]!"))
|
||||
log_admin("[key_name(usr)] AIized [key_name(our_mob)].")
|
||||
our_mob.AIize(TRUE, our_mob.client, move)
|
||||
our_mob.AIize(our_mob.client, move)
|
||||
|
||||
else if(href_list["makerobot"])
|
||||
if(!check_rights(R_SPAWN))
|
||||
|
||||
Reference in New Issue
Block a user