Skip to content

Commit 4807606

Browse files
committed
取消UI显示
1 parent 3811ee8 commit 4807606

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dependencies/isaac_box/modules/callbacks.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ local function onPostRender()
1212
websocket.init(WEBSOCKET_PORT)
1313
else
1414
if not websocket.state.shown then
15-
local game = Game()
16-
local hud = game:GetHUD()
17-
hud:ShowItemText("IsaacBox", "Version:" .. VERSION)
1815
print("IsaacBox Version:" .. VERSION)
1916
websocket.state.shown = true
2017
end

0 commit comments

Comments
 (0)