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:
Contrabang
2024-03-14 18:38:32 +00:00
committed by GitHub
parent 5b829d8c0b
commit 694959178b
30 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ GLOBAL_PROTECT(VVmaint_only)
L += var_value
switch(alert("Would you like to associate a value with the list entry?",,"Yes","No"))
switch(alert("Would you like to associate a value with the list entry?", null,"Yes","No"))
if("Yes")
L[var_value] = mod_list_add_ass(O) //hehe
if(O)