Specifies one format of variable declaration for the codebase. (#30926)

* Removes occurences of var name

* Contributing note

* note fixup
This commit is contained in:
AnturK
2017-09-22 19:43:52 +02:00
committed by Jordan Brown
parent 9bc910494f
commit 292638c209
12 changed files with 21 additions and 18 deletions

View File

@@ -431,7 +431,7 @@
else
rebootconfirm = TRUE
if(rebootconfirm)
var result = input(usr, "Select reboot method", "World Reboot", options[1]) as null|anything in options
var/result = input(usr, "Select reboot method", "World Reboot", options[1]) as null|anything in options
if(result)
SSblackbox.add_details("admin_verb","Reboot World") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
switch(result)