Skip to content

Commit

Permalink
Added sha256 function to lua controller (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin755 authored Dec 7, 2024
1 parent 5c82089 commit d547f5f
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 d547f5f

Please sign in to comment.