Errors for June's wipe

I am seeing these in staging so they will need to be corrected for June's wipe:

FancyDrop.cs 1469:72 Argument 1: cannot convert from 'Facepunch.StringView' to 'string'

FancyDrop.cs 1470:28 Cannot implicitly convert type 'Facepunch.StringView' to 'string'. An explicit conversion exists (are you missing a cast?)

+1 on this, please update <3

Hi, can't seem to paste the whole code but replace:

  1. `.Args[0]` with `.GetString(0)`
  2. `.Args[1]` with `.GetString(1)`
  3. `.Args[2]` with `.GetString(2)`
  4. `.Args[3]` with `.GetString(3)`
  5. `.Args[4]` with `.GetString(4)`
  6. `.Args[5]` with `.GetString(5)`
  7. `.Args[6]` with `.GetString(6)`

commenting to receive update

Comment for updates to thread.

Failed compiling 'FancyDrop.cs':
1. Argument 1: cannot convert from 'Facepunch.StringView' to 'string' [CS1503]
(FancyDrop 72 line 1469)
2. Cannot implicitly convert type 'Facepunch.StringView' to 'string'. An explicit conversion exists (are you missing a cast?) [CS0266]
(FancyDrop 28 line 1470)

Error while compiling FancyDrop: Argument 1: cannot convert from 'Facepunch.StringView' to 'string' | Line: 1469, Pos: 72

CS1503: Argument 1: cannot convert from 'Facepunch.StringView' to 'string' Line: 1469 Column: 72