forked from minetest-mods/MoreMesecons
typo
This commit is contained in:
parent
60d897e229
commit
6a83ce8c21
2
md5.lua
2
md5.lua
@ -51,7 +51,7 @@ if ok then
|
||||
end
|
||||
|
||||
bit_or, bit_and, bit_xor = normalize(bit.bor), normalize(bit.band), normalize(bit.bxor)
|
||||
bit_rshift, bit_lshift = normailize(bit.rshift), normalize(bit.lshift)
|
||||
bit_rshift, bit_lshift = normalize(bit.rshift), normalize(bit.lshift)
|
||||
|
||||
else
|
||||
local function check_int(n)
|
||||
|
Loading…
Reference in New Issue
Block a user