forked from distok/cutthecord
Add 9.9.1.
Still no slashcommands -> I'll be splitting it off into two patches, so that the requirement of its presence for CTC boot can be removed as I work on reimplementing the actual slash command part.
This commit is contained in:
parent
5904f24142
commit
05dd5c6f99
37 changed files with 56570 additions and 3 deletions
43
patches/customdefaultemoji/991.patch
Normal file
43
patches/customdefaultemoji/991.patch
Normal file
|
@ -0,0 +1,43 @@
|
|||
diff -crB com.discord-992-base/smali/com/discord/stores/StoreEmoji.smali com.discord-992/smali/com/discord/stores/StoreEmoji.smali
|
||||
*** com.discord-992-base/smali/com/discord/stores/StoreEmoji.smali 2019-11-26 10:48:46.036158964 +0300
|
||||
--- com.discord-992/smali/com/discord/stores/StoreEmoji.smali 2019-11-26 12:08:01.403160008 +0300
|
||||
***************
|
||||
*** 97,113 ****
|
||||
|
||||
sput-object v0, Lcom/discord/stores/StoreEmoji;->Companion:Lcom/discord/stores/StoreEmoji$Companion;
|
||||
|
||||
! const-string v2, "thinking"
|
||||
|
||||
! const-string v3, "ok_hand"
|
||||
|
||||
! const-string v4, "eyes"
|
||||
|
||||
! const-string v5, "sweat_drops"
|
||||
|
||||
! const-string v6, "joy"
|
||||
|
||||
! const-string v7, "pig"
|
||||
|
||||
.line 350
|
||||
filled-new-array/range {v2 .. v7}, [Ljava/lang/String;
|
||||
--- 97,113 ----
|
||||
|
||||
sput-object v0, Lcom/discord/stores/StoreEmoji;->Companion:Lcom/discord/stores/StoreEmoji$Companion;
|
||||
|
||||
! const-string v2, "star"
|
||||
|
||||
! const-string v3, "thinking"
|
||||
|
||||
! const-string v4, "ok_hand"
|
||||
|
||||
! const-string v5, "eyes"
|
||||
|
||||
! const-string v6, "sweat_drops"
|
||||
|
||||
! const-string v7, "joy"
|
||||
|
||||
.line 350
|
||||
filled-new-array/range {v2 .. v7}, [Ljava/lang/String;
|
||||
Only in com.discord-992/smali/com/discord/stores: StoreEmoji.smali.orig
|
||||
Only in com.discord-992/smali/com/discord/stores: StoreEmoji.smali.rej
|
||||
|
|
@ -36,4 +36,5 @@ This patch changes default list of custom emojis.
|
|||
- 9.8.0
|
||||
- 9.8.4
|
||||
- 9.8.6
|
||||
- 9.9.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue