Doen's compile after update

o.reload ServerRewards
Error while compiling ServerRewards: The type name 'EncryptedValue<>' does not exist in the type 'BasePlayer' | Line: 1875, Pos: 33

Confirmed. We need a patch fix for this one please

Same for me here.

Error while compiling ServerRewards: The type name 'EncryptedValue<>' does not exist in the type 'BasePlayer' | Line: 1875, Pos: 33

same here :)

confirmed, same here

same here

Same here, Error while compiling ServerRewards: The type name 'EncryptedValue<>' does not exist in the type 'BasePlayer' | Line: 1875, Pos: 33

same here

same here :(

Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875

2Z5SmsIhLDfX3qQ.jpg PinguinNordpol

Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875

Thank you so much, it worked!

This worked! Thank you <3

2Z5SmsIhLDfX3qQ.jpg PinguinNordpol

Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875

This works! Thank you 🤝

2Z5SmsIhLDfX3qQ.jpg PinguinNordpol

Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875

Thank you so much!

This works!

2Z5SmsIhLDfX3qQ.jpg PinguinNordpol

Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875

That works, nicely done!