Need updateFixed

PersonalHeli - Failed to compile: 'StringView' does not contain a definition for 'IsSteamId' and the best extension method overload 'ExtensionMethods.IsSteamId(string)' requires a receiver of type 'string' | Line: 257, Pos: 18

Same error, posting in support of report. ;p

Thanks.

change line 257 to the following

if (!arg.Args[0].ToString().IsSteamId()) {

uip88

change line 257 to the following

if (!arg.Args[0].ToString().IsSteamId()) {

Amazing, thank you!
Locked