Skip to content

Commit 7b5ebce

Browse files
committed
Add some commands to buffering, just for safety.
1 parent f74bfa4 commit 7b5ebce

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

LuaMenu/widgets/api_command_buffering.lua

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,19 @@ end
1818
-- Variables
1919

2020
local bufferBypass = {
21+
BattleDebriefing = true,
22+
CustomGameModeResponse = true,
23+
SetModOptions = true,
24+
SetRectangle = true,
25+
UserProfile = true,
26+
RemoveBot = true,
27+
UpdateBotStatus = true,
2128
Welcome = true,
2229
Ping = true,
2330
AreYouReady = true,
2431
AreYouReadyUpdate = true,
2532
AreYouReadyResult = true,
33+
MatchMakerSetup = true,
2634
MatchMakerStatus = true,
2735
MatchMakerQueueRequestFailed = true,
2836
SiteToLobbyCommand = true,
@@ -34,6 +42,14 @@ local bufferBypass = {
3442
BattlePollOutcome = true,
3543
UpdateUserBattleStatus = true,
3644
User = true,
45+
JoinedBattle = true,
46+
JoinBattleSuccess = true,
47+
RejoinOption = true,
48+
LeftBattle = true,
49+
LoginResponse = true,
50+
RegisterResponse = true,
51+
DefaultGameChanged = true,
52+
DefaultEngineChanged = true,
3753
}
3854

3955
local CMD_PER_UPDATE = 14

0 commit comments

Comments
 (0)