Skip to content

Commit df919d8

Browse files
ads102003MrBlue
authored andcommitted
Fix: BasePlayer.EncryptedValue moved to EncryptedValue
1 parent e4b09ec commit df919d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RustExtensionMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
public static class RustExtensionMethods
44
{
5-
public static bool IsSteamId(this BasePlayer.EncryptedValue<ulong> userID) => ((ulong)userID).IsSteamId();
5+
public static bool IsSteamId(this EncryptedValue<ulong> userID) => ((ulong)userID).IsSteamId();
66
}
77
}

0 commit comments

Comments
 (0)