We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e884706 commit 3811ee8Copy full SHA for 3811ee8
dependencies/isaac_box/modules/callbacks.lua
@@ -31,6 +31,7 @@ end
31
local function onPreGameExit(_, bool)
32
if IsaacSocket == nil and not IsaacSocket.IsConnected() then return end
33
websocket.emit("OFFER_ITEMS", "[]")
34
+ websocket.state.shown = false
35
end
36
37
-- This function gets called when you start a game.
@@ -53,6 +54,7 @@ end
53
54
local function onPostGameEnd(_, bool)
55
56
57
58
59
60
0 commit comments