Added Winter theme and fixed couple items that werent wore in the correct slot (#271)

Added Winter theme and fixed couple items that werent wore in the correct slot
This commit is contained in:
Gptaqbc
2019-12-12 04:31:21 -05:00
committed by Daniel Ginovker
parent 64ae22188f
commit c891e4741e
3 changed files with 8 additions and 2 deletions
@@ -35,5 +35,6 @@ public class ClientSettings {
public static final BigInteger RSA_MODULUS = new BigInteger("91553247461173033466542043374346300088148707506479543786501537350363031301992107112953015516557748875487935404852620239974482067336878286174236183516364787082711186740254168914127361643305190640280157664988536979163450791820893999053469529344247707567448479470137716627440246788713008490213212272520901741443");
public static final BigInteger RSA_EXPONENT = new BigInteger("65537");
public final static Boolean SNOW = true;
}