forked from Limework/RediSkript
Fixed a typo that it wasn't able to encrypt
This commit is contained in:
parent
b6b8a27a39
commit
b86ae9eb6d
@ -18,7 +18,7 @@ public class Encryption {
|
|||||||
if (this.encryptionEnabled) {
|
if (this.encryptionEnabled) {
|
||||||
// AES encryption
|
// AES encryption
|
||||||
this.encryptionKey = encryptionKey;
|
this.encryptionKey = encryptionKey;
|
||||||
this.macKey = encryptionKey;
|
this.macKey = macKey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user