mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Changes implicit nulls to be explicit (#24587)
* , , -> null * more * bam * lets undo these, for atomicity * NOW THIS IS MORE * lol * oops
This commit is contained in:
@@ -1028,7 +1028,7 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list(
|
||||
if(!check_rights(R_ADMIN))
|
||||
return
|
||||
|
||||
var/alert_type = alert(src, "Do you wish to send an admin alert to [key_name(about_to_be_banned, FALSE)]?",,"Yes", "No", "Custom Message")
|
||||
var/alert_type = alert(src, "Do you wish to send an admin alert to [key_name(about_to_be_banned, FALSE)]?", null,"Yes", "No", "Custom Message")
|
||||
|
||||
switch(alert_type)
|
||||
if("Yes")
|
||||
|
||||
Reference in New Issue
Block a user