mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-13 22:56:05 -05:00
Fix CI
This commit is contained in:
@@ -96,6 +96,7 @@ export const damagePriorities: Array<
|
||||
["SUB", [13], "BOMB_DIRECT", "Bomb_TorpedoBullet"],
|
||||
|
||||
["SPECIAL", [4], "BOMB_NORMAL", "MultiMissile_Bullet"], // There is also "MultiMissile_BombCore" but it seems to contain same rates as MultiMissile_Bullet
|
||||
["SPECIAL", [5], "SPECIAL_TICK", "InkStorm"],
|
||||
["SPECIAL", [8], "SPECIAL_MAX_CHARGE", "BlowerExhale_BombCore"],
|
||||
["SPECIAL", [8], "SPECIAL_MIN_CHARGE", "BlowerExhale_BombCore"],
|
||||
["SPECIAL", [10], "BOMB_DIRECT", "Jetpack_BombCore"],
|
||||
|
||||
@@ -647,7 +647,6 @@ function Groups() {
|
||||
users={chatUsers}
|
||||
className="w-full"
|
||||
messagesContainerClassName="q__chat-messages-container"
|
||||
onNewMessage={onNewMessage}
|
||||
chat={chat}
|
||||
onMount={onChatMount}
|
||||
onUnmount={onChatUnmount}
|
||||
|
||||
@@ -410,7 +410,6 @@ function MatchActionSectionTabs({
|
||||
users={chatUsers}
|
||||
className="w-full q__chat-container"
|
||||
messagesContainerClassName="q__chat-messages-container"
|
||||
onNewMessage={onNewMessage}
|
||||
chat={chat}
|
||||
onMount={onChatMount}
|
||||
onUnmount={onChatUnmount}
|
||||
|
||||
Reference in New Issue
Block a user