mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2024-11-16 15:30:18 +01:00
typo
This commit is contained in:
parent
60d897e229
commit
6a83ce8c21
2
md5.lua
2
md5.lua
|
@ -51,7 +51,7 @@ if ok then
|
||||||
end
|
end
|
||||||
|
|
||||||
bit_or, bit_and, bit_xor = normalize(bit.bor), normalize(bit.band), normalize(bit.bxor)
|
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
|
else
|
||||||
local function check_int(n)
|
local function check_int(n)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user