Does not working after todays Rust patch

With todays Rust patch this plugin does no longer working.
After joining my server it doesn´t comes up.
/info in chat said unknown command.

I'm geetting the samething on both of my servers.

I will investigate this week

@FastBurst I have a fix which works. DM for info. I can send you the file :)

 

The issue was due to a function change in C#

 

The issue is with player.userID.ToString() now becoming player.userID.Get().ToString(). Fix as follows:

 

Line 114:
player.userID.ToString() -> player.userID.Get().ToString()

Line 292:
player.userID.ToString -> player.userID.Get().ToString

Hello,   Unfortunetely Shaun's fix does not seem to work for me so I am wondering if perhpas there is another fix or the plugin might be updated...?

This is the error I get:

Error while compiling ServerInfo: Method name expected | Line: 114, Pos: 63

And here is my line 114:

 

                       .Any(group => Permission.UserHasGroup(player.userID.Get().ToString()(CultureInfo.InvariantCulture), group)))

 

Do you have discord, LibroCube? I posted a link to a fix that is working perfectly for me.

uAHB0JOb1e5IYMp.png Seezure

Do you have discord, LibroCube? I posted a link to a fix that is working perfectly for me.

I do; however, your link would not actually open for me... Or rather it will open but there is a message about 'not having access'

If you are in the Rust Admin Communtiy Dicsrodf feel free to ping me (librocube) there and I bet others woudl love a fix as well!

I will check back here as well though yes thank you.