Skip to content

Commit

Permalink
Rename to nodes_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
weqqr committed Apr 20, 2022
1 parent efe2528 commit f074910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ core.after(0, function()
end
end

local file = io.open(core.get_worldpath() .. '/panorama_nodes.json', 'wb')
local file = io.open(core.get_worldpath() .. '/nodes_dump.json', 'wb')
local json = core.write_json(game, true)
file:write(json)
file:close()
Expand Down
4 changes: 2 additions & 2 deletions mod.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = panorama_api
description = Support mod for Panorama
name = nodes_dump
description = Dumps nodes during server start-up

0 comments on commit f074910

Please sign in to comment.