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 3811ee8 commit 4807606Copy full SHA for 4807606
dependencies/isaac_box/modules/callbacks.lua
@@ -12,9 +12,6 @@ local function onPostRender()
12
websocket.init(WEBSOCKET_PORT)
13
else
14
if not websocket.state.shown then
15
- local game = Game()
16
- local hud = game:GetHUD()
17
- hud:ShowItemText("IsaacBox", "Version:" .. VERSION)
18
print("IsaacBox Version:" .. VERSION)
19
websocket.state.shown = true
20
end
0 commit comments