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 5d1f822 commit dfd6d13Copy full SHA for dfd6d13
dependencies/isaac_box/modules/callbacks.lua
@@ -12,7 +12,7 @@ local function onPostRender()
12
websocket.init(WEBSOCKET_PORT)
13
else
14
if not websocket.state.shown then
15
- print("IsaacBox Version:" .. VERSION)
+ print("IsaacBox MOD Version:" .. MOD_VERSION)
16
websocket.state.shown = true
17
end
18
if bridge.UpdateAllCollectibles() then
0 commit comments