Skip to content

Commit

Permalink
added sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin755 committed Nov 21, 2024
1 parent 31b5606 commit 5e9f219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesecons_luacontroller/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ local function create_environment(pos, mem, event, itbl, send_warning)
print = safe_print,
interrupt = get_interrupt(pos, itbl, send_warning),
digiline_send = get_digiline_send(pos, itbl, send_warning),
sha256sum = minetest.sha256,
string = {
byte = string.byte,
char = string.char,
Expand Down

0 comments on commit 5e9f219

Please sign in to comment.