Not working after November update

AdminHammer - Failed to compile: 'ulong' does not contain a definition for 'userid' and no accessible extension method 'userid' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?) | Line: 409, Pos: 50

Ditto -- same error.   Admin Hammer not working.  Hasn't been updated in 4 years -- I hope to GOD the dev updates for this 

Same, Such a useful admin tool hope somone steps in to update it

While we waiting for the official fix.

 

Lines 409 - 410

Replace these lines :

msg += $"{authed}. {GetName(user.userid.ToString())}\n";
Puts($"{authed}. {user.userid} {GetName(user.userid.ToString())}\n");

 

by these ones :

msg += $"{authed}. {GetName(user.ToString())}\n";
Puts($"{authed}. {user} {GetName(user.ToString())}\n");

 

Thanks PromeusDev

Just Installed and is working again
JackMachine

While we waiting for the official fix.

 

Lines 409 - 410

Replace these lines :

msg += $"{authed}. {GetName(user.userid.ToString())}\n";
Puts($"{authed}. {user.userid} {GetName(user.userid.ToString())}\n");

 

by these ones :

msg += $"{authed}. {GetName(user.ToString())}\n";
Puts($"{authed}. {user} {GetName(user.ToString())}\n");

 

thx ❤️

JackMachine

While we waiting for the official fix.

 

Lines 409 - 410

Replace these lines :

msg += $"{authed}. {GetName(user.userid.ToString())}\n";
Puts($"{authed}. {user.userid} {GetName(user.userid.ToString())}\n");

 

by these ones :

msg += $"{authed}. {GetName(user.ToString())}\n";
Puts($"{authed}. {user} {GetName(user.ToString())}\n");

 

Thank you so much for your help, it's working again❤️

/b not working for me

JackMachine

While we waiting for the official fix.

 

Lines 409 - 410

Replace these lines :

msg += $"{authed}. {GetName(user.userid.ToString())}\n";
Puts($"{authed}. {user.userid} {GetName(user.userid.ToString())}\n");

 

by these ones :

msg += $"{authed}. {GetName(user.ToString())}\n";
Puts($"{authed}. {user} {GetName(user.ToString())}\n");

 

You sir... are a legend! Thank you for this :)