mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] Fixes AIize (Player panel Make AI button) killing the client of whoever it was used on [MDB IGNORE] (#12847)
* 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 * Fixes AIize (Player panel Make AI button) killing the client of whoever it was used on Co-authored-by: GoblinBackwards <22856555+GoblinBackwards@users.noreply.github.com>
This commit is contained in:
co-authored by
GoblinBackwards
parent
353a2b9a73
commit
99ca2e8c3d
@@ -770,7 +770,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