mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 19:22:20 +00:00
* Remove 2 instances of duplicate argument names (#81757) ## About The Pull Request I fixed 2 instances of procs having multiple arguments with the same name. BYOND does not error on these, instead ignoring all but the last. It's best to remove these for clarity. ## Why It's Good For The Game N/A --------- Co-authored-by: san7890 <the@ san7890.com> * Remove 2 instances of duplicate argument names --------- Co-authored-by: wixoa <wixoag@gmail.com> Co-authored-by: san7890 <the@ san7890.com>