mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
A ban-flinging QoL update
Sabotages the exploitable ban-dodging mob-lock "feature" of the ban system. Like dude we're banning a client, not a mob so shut up and let us work.
This commit is contained in:
@@ -51,8 +51,8 @@ datum/admins/proc/DB_ban_record(var/bantype, var/mob/banned_mob, var/duration =
|
|||||||
validckey = 1
|
validckey = 1
|
||||||
if(!validckey)
|
if(!validckey)
|
||||||
if(!banned_mob || (banned_mob && !IsGuestKey(banned_mob.key)))
|
if(!banned_mob || (banned_mob && !IsGuestKey(banned_mob.key)))
|
||||||
message_admins("<font color='red'>[key_name_admin(usr)] attempted to ban [ckey], but [ckey] has not been seen yet. Please only ban actual players.</font>",1)
|
message_admins("<font color='red'>The validmob system attempted to block [key_name_admin(usr)] from banning [ckey], but the devs jammed a screwdriver into its workings. Please ban whomever deserves it.</font>",1) //VOREStation Edit
|
||||||
return
|
//return //VOREStation Edit
|
||||||
|
|
||||||
var/a_ckey
|
var/a_ckey
|
||||||
var/a_computerid
|
var/a_computerid
|
||||||
|
|||||||
Reference in New Issue
Block a user