Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minetest.settings to CSM API and allow CSMs to provide settingtypes.txt #12131

Merged
merged 8 commits into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spacing
  • Loading branch information
sfan5 committed Jul 13, 2022
commit 94f1ead0cd19eebd8c182fc5e2a2c55e46cc2555
2 changes: 1 addition & 1 deletion builtin/client/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ function core.setting_get_pos(name)
return nil
end
return core.string_to_pos(value)
end
end
1 change: 1 addition & 0 deletions builtin/game/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ function core.get_player_radius_area(player_name, radius)
return p1, p2
end


-- To be overriden by protection mods

function core.is_protected(pos, name)
Expand Down